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

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('https://broadfield-dev-dungeon-game.hf.space');
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!');