Spaces:
Sleeping
Sleeping
Update static/scripts.js
Browse files- static/scripts.js +1 -1
static/scripts.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
const socket = io(0.0.0.0:7860);
|
2 |
|
3 |
socket.on('connect', () => {
|
4 |
console.log('Connected to the server!');
|
|
|
1 |
+
const socket = io("0.0.0.0:7860");
|
2 |
|
3 |
socket.on('connect', () => {
|
4 |
console.log('Connected to the server!');
|