broadfield-dev commited on
Commit
8268a95
·
verified ·
1 Parent(s): d2d13c7

Update static/scripts.js

Browse files
Files changed (1) hide show
  1. 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!');