Skip to content

Commit

Permalink
Feat : 최신 메세지 DB에서 조회 로직 추가
Browse files Browse the repository at this point in the history
- 레디스에서 조회
- 레디스에 최신 메세지 없을 시 몽고디비에서 조회
  • Loading branch information
HyemIin committed Jan 19, 2024
1 parent cb5bd8e commit 51c8c69
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
@RequestMapping("/v1/chat/room")
@RequiredArgsConstructor
@CrossOrigin(origins = "https://localhost:3000", allowedHeaders = "*")
@Slf4j
public class ChatRoomController {
private final ChatRoomService chatRoomService;

Expand Down

0 comments on commit 51c8c69

Please sign in to comment.