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 b62c471 commit 706c52aCopy full SHA for 706c52a
backend/src/main/java/io/f1/backend/global/config/WebSocketConfig.java
@@ -15,8 +15,7 @@ public class WebSocketConfig implements WebSocketMessageBrokerConfigurer {
15
@Override
16
public void registerStompEndpoints(StompEndpointRegistry registry) {
17
registry.addEndpoint("/ws/game-room")
18
- .setAllowedOriginPatterns("*")
19
- .withSockJS();
+ .setAllowedOriginPatterns("*");
20
}
21
22
0 commit comments