diff --git a/chatroom.HTML b/chatroom.HTML index 811af86..450242a 100644 --- a/chatroom.HTML +++ b/chatroom.HTML @@ -22,7 +22,7 @@ const sendButton = document.getElementById('send'); // Create a WebSocket connection using your WebSocket service's endpoint - const socket = new WebSocket('wss://your-websocket-endpoint'); + const socket = new WebSocket('wss://free.blr2.piesocket.com/v3/1?api_key=C1ZujiijYNPNj8gvuGXhIPKsDR4WolCCKOBzMdbM¬ify_self=1'); // Handle WebSocket open event socket.addEventListener('open', () => {