Skip to content

Commit 7816088

Browse files
committedMar 11, 2025
Feat: noti 삭제
1 parent de6a9fb commit 7816088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/java/cmf/commitField/domain/noti/noti/controller/ApiV1NotiController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public class ApiV1NotiController {
3131
private final NotiService notiService;
3232
private final UserRepository userRepository;
33-
private final NotiWebSocketHandler notiWebSocketHandler;
33+
// private final NotiWebSocketHandler notiWebSocketHandler;
3434
private final ApplicationEventPublisher eventPublisher;
3535

3636
@GetMapping("")

0 commit comments

Comments
 (0)
Please sign in to comment.