Skip to content

Commit e9dcb2f

Browse files
committed
sockjs만 살리기
1 parent a3d2646 commit e9dcb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/oronaminc/join/websocket/config/WebSocketConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public void registerStompEndpoints(StompEndpointRegistry registry) {
5454
// .setHandshakeHandler(handshakeHandler)
5555
.withSockJS();
5656

57-
registry.addEndpoint("/ws")
58-
.setAllowedOriginPatterns("*")
57+
// registry.addEndpoint("/ws")
58+
// .setAllowedOriginPatterns("*")
5959
// .addInterceptors(new HttpSessionHandshakeInterceptor())
6060
// .setHandshakeHandler(handshakeHandler)
6161
;

0 commit comments

Comments
 (0)