|
|
@@ -18,8 +18,7 @@ public class WebSocketConfig implements WebSocketMessageBrokerConfigurer {
|
|
|
|
|
|
@Override
|
|
|
public void registerStompEndpoints(final StompEndpointRegistry registry) {
|
|
|
- registry.addEndpoint("/ws")
|
|
|
- .setAllowedOrigins("https://bdlg-planner.jaquin.fr'", "http://localhost").withSockJS();
|
|
|
+ registry.addEndpoint("/ws").setAllowedOrigins("https://").withSockJS();
|
|
|
}
|
|
|
|
|
|
}
|