update
This commit is contained in:
parent
8588f69024
commit
9705f1af83
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const socket = new WebSocket('ws://localhost:3000');
|
||||
const socket = new WebSocket('ws://gtavi-9d790e61e447.herokuapp.com/');
|
||||
|
||||
socket.addEventListener('open', (event) => {
|
||||
console.log('connecté');
|
||||
|
|
Loading…
Reference in a new issue