Обновлены зависимости

This commit is contained in:
serega6531
2020-12-29 22:01:10 +03:00
parent 2026f370ee
commit 4d1d581448
3 changed files with 7 additions and 8 deletions

View File

@@ -104,7 +104,6 @@ public class ApplicationConfiguration extends WebSecurityConfigurerAdapter imple
@Override
public void registerWebSocketHandlers(WebSocketHandlerRegistry registry) {
registry.addHandler(webSocketHandler, "/api/ws")
.setAllowedOrigins("*")
.withSockJS();
}
}