We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d2646 commit e9dcb2fCopy full SHA for e9dcb2f
src/main/java/com/oronaminc/join/websocket/config/WebSocketConfig.java
@@ -54,8 +54,8 @@ public void registerStompEndpoints(StompEndpointRegistry registry) {
54
// .setHandshakeHandler(handshakeHandler)
55
.withSockJS();
56
57
- registry.addEndpoint("/ws")
58
- .setAllowedOriginPatterns("*")
+ // registry.addEndpoint("/ws")
+ // .setAllowedOriginPatterns("*")
59
// .addInterceptors(new HttpSessionHandshakeInterceptor())
60
61
;
0 commit comments