Refactoring

This commit is contained in:
dahoud
2026-02-07 17:04:49 +00:00
parent fc451f025e
commit 13d3097b3e
7 changed files with 55 additions and 31 deletions

View File

@@ -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 {