Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arodu authored Oct 31, 2023
1 parent 85ad406 commit 20695f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const socket = io.connect('https://ws-tictactoe.herokuapp.com/', { 'forceNew': false });
const socket = io.connect('https://ws-tictactoe-ptsi.onrender.com/', { 'forceNew': false });
//const socket = io.connect('ws://127.0.0.1:3000', { 'forceNew': false });
//const socket = io.connect('ws://192.168.0.108:3000', { 'forceNew': false });

Expand Down

0 comments on commit 20695f7

Please sign in to comment.