Skip to content

Commit

Permalink
Merge pull request #92 from JeongHeumChoi/main
Browse files Browse the repository at this point in the history
WAKE UP docker...
  • Loading branch information
JeongHeumChoi authored Feb 14, 2024
2 parents 9edb3c7 + 4adcc28 commit c817464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Java CI with Gradle
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public GetChatListResponse getChatList(){
public ResponseEntity<ChatDetailResponse> enterChat(@PathVariable Long chatId){
return chatAndMessageService.enterChat(chatId);
}

@DeleteMapping("/chat/{chatId}")
public ResponseEntity<String> deleteChat(@PathVariable Long chatId){
return chatService.deleteChat(chatId);
Expand Down

0 comments on commit c817464

Please sign in to comment.