Removed SockJS

This commit is contained in:
bskjon 2025-03-16 19:19:29 +01:00
parent 14a366f035
commit b36f0c5e1d

View File

@ -16,7 +16,6 @@ open class SocketImplementation: WebSocketMessageBrokerConfigurer {
println("Allowing the following origins for websocket connection\n\t${origins.joinToString("\n\t")}")
registry.addEndpoint("/ws")
.setAllowedOrigins(*origins)
.withSockJS()
}
override fun configureMessageBroker(registry: MessageBrokerRegistry) {