Update chatroom.HTML
This commit is contained in:
parent
ca495e8e8a
commit
fef3d6a993
1 changed files with 1 additions and 1 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue