File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
backend/src/main/java/io/f1/backend/domain/game/websocket/controller Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,8 @@ public class GameSocketController {
2424
2525 private final RoomService roomService ;
2626 private final GameService gameService ;
27- <<<<<<< HEAD :backend /src /main /java /io /f1 /backend /domain /game /websocket /GameSocketController .java
2827 private final ChatService chatService ;
29- =======
3028 private final SessionService sessionService ;
31- >>>>>>> 1f 88146 (:sparkles : feat : 재연결 로직 구현 ):backend /src /main /java /io /f1 /backend /domain /game /websocket /controller /GameSocketController .java
3229
3330 @ MessageMapping ("/room/initializeRoomSocket/{roomId}" )
3431 public void initializeRoomSocket (@ DestinationVariable Long roomId , Message <?> message ) {
You can’t perform that action at this time.
0 commit comments