Skip to content

Commit

Permalink
Merge pull request #93 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 c817464 + 05ea557 commit 13756c8
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 13756c8

Please sign in to comment.