Update chatroom.HTML

This commit is contained in:
Dangrainage 2023-08-28 21:31:12 +02:00 committed by GitHub
parent ca495e8e8a
commit fef3d6a993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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&notify_self=1');
// Handle WebSocket open event
socket.addEventListener('open', () => {