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 2031f9c commit d51127cCopy full SHA for d51127c
public/worker.js
@@ -1,4 +1,4 @@
1
-let host;
+let host = 'wss://api.tons-chat.ru/ws';
2
let socket;
3
let socketId;
4
let isConnected = false;
0 commit comments