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 4adcc28 commit 05ea557
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
public class ChatController {
private final ChatService chatService;
private final ChatAndMessageService chatAndMessageService;

@GetMapping("/chat")
public GetChatListResponse getChatList(){
return chatService.getChatList();
Expand Down

0 comments on commit 05ea557

Please sign in to comment.