We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ead71 commit 1bd85b7Copy full SHA for 1bd85b7
start.js
@@ -114,7 +114,7 @@ function connect()
114
{
115
port=document.getElementById("port").value;
116
// socket = new WebSocket('wss://free3.piesocket.com/v3/'+port+'?apiKey=NxcDNyx8dSmaMAVSGc0jLCXSYXBEwxdmRBIdZUnuannYKQKhyXRIseij7wvO');
117
- socket = new WebSocket('wss://purring-amenable-acoustic.glitch.me/'+port);
+ socket = new WebSocket('wss://ilchat-ws.glitch.me/'+port);
118
119
u_name=document.getElementById("name").value;
120
document.getElementById("connectbtn").disabled=true;
0 commit comments