Skip to content

Commit

Permalink
Redis 접속 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
SeWooooong committed Aug 26, 2024
1 parent ca9a450 commit 15719cb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ public class ChatRoomController {
public ResponseEntity<Long> createChatRoom(@CurrentMember Member member, @RequestParam Long worryBoardId){
return ResponseEntity.ok(chatRoomService.createChatRoom(member, worryBoardId));
}

/**
* 채팅방 삭제
*/
}

0 comments on commit 15719cb

Please sign in to comment.