Refactoring
This commit is contained in:
@@ -31,7 +31,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
||||
*
|
||||
* URL: ws://localhost:8080/chat/{userId}
|
||||
*/
|
||||
@WebSocket(path = "/chat/{userId}")
|
||||
@WebSocket(path = "/afterwork/chat/{userId}")
|
||||
@ApplicationScoped
|
||||
public class ChatWebSocketNext {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user