websockjs remoed +3
This commit is contained in:
@@ -13,9 +13,8 @@ public class WebSocketConfig implements WebSocketMessageBrokerConfigurer {
|
||||
@Override
|
||||
public void registerStompEndpoints(StompEndpointRegistry registry) {
|
||||
registry.addEndpoint("/ws/endpoint")
|
||||
.setAllowedOrigins("http://olympus-api-gateway.olympusai.live")
|
||||
.setAllowedOriginPatterns("*")
|
||||
.withSockJS();
|
||||
.setAllowedOrigins("*");
|
||||
//.withSockJS();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user