|
|
@@ -19,7 +19,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();
|
|
|
+ .setAllowedOrigins("https://bdlg-planner.jaquin.fr'", "http://localhost").withSockJS();
|
|
|
}
|
|
|
|
|
|
}
|