allowed all websockerurl modified +1 *
This commit is contained in:
@@ -13,7 +13,7 @@ public class WebSocketConfig implements WebSocketMessageBrokerConfigurer {
|
||||
@Override
|
||||
public void registerStompEndpoints(StompEndpointRegistry registry) {
|
||||
registry.addEndpoint("/ws/endpoint")
|
||||
.setAllowedOrigins("http://olympus-api-gateway.olympusai.live/apollo")
|
||||
.setAllowedOrigins("*")
|
||||
.withSockJS();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user