Skip to content

Commit

Permalink
[SIX-HOTFIX] fix : 누락된 Controller 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bombo-dev committed Nov 24, 2023
1 parent d96e7aa commit 1a8c10c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
import lombok.extern.slf4j.Slf4j;
import org.springframework.messaging.handler.annotation.DestinationVariable;
import org.springframework.messaging.handler.annotation.MessageMapping;
import org.springframework.stereotype.Controller;

import java.time.LocalDateTime;

@Slf4j
@RequiredArgsConstructor
@Controller
public class ChatMessageController {

private final ChatService chatService;
Expand Down

0 comments on commit 1a8c10c

Please sign in to comment.