allowed all websockerurl modified +1 *

This commit is contained in:
sumedh
2024-09-23 15:09:54 +05:30
parent 3fc862140f
commit 0641ab920f

View File

@@ -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();
}