Skip to content

Commit 59d4988

Browse files
authored
Merge pull request #21 from ramanan122/patch-1
Update WebSocketConfig.java
2 parents dd4dbeb + 4173932 commit 59d4988

File tree

1 file changed

+2
-1
lines changed
  • springboot-stomp-websocket/src/main/java/net/alanbinu/springboot/websocket/config

1 file changed

+2
-1
lines changed

springboot-stomp-websocket/src/main/java/net/alanbinu/springboot/websocket/config/WebSocketConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
package net.alanbinu.springboot.websocket.config;
23

34
import org.springframework.context.annotation.Configuration;
@@ -21,4 +22,4 @@ public void registerStompEndpoints(StompEndpointRegistry registry) {
2122
registry.addEndpoint("/ws").withSockJS();
2223
}
2324

24-
}
25+
}

0 commit comments

Comments
 (0)