Skip to content

Commit

Permalink
WAKE UP docker...
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongHeumChoi committed Feb 14, 2024
1 parent 5e3ef38 commit 4adcc28
Showing 1 changed file with 1 addition and 0 deletions.
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 4adcc28

Please sign in to comment.