Removed SockJS
This commit is contained in:
parent
14a366f035
commit
b36f0c5e1d
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user