Added without sockjs
This commit is contained in:
parent
20478420be
commit
6ae15bdec9
@ -24,6 +24,8 @@ class WebSocketConfig : WebSocketMessageBrokerConfigurer {
|
||||
registry.addEndpoint("/ws")
|
||||
// .setAllowedOrigins("*")
|
||||
.withSockJS()
|
||||
|
||||
registry.addEndpoint("/")
|
||||
}
|
||||
|
||||
override fun configureMessageBroker(registry: MessageBrokerRegistry) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user