This commit is contained in:
killianmarty 2023-11-15 22:38:47 +01:00
parent 8588f69024
commit 9705f1af83

View file

@ -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é');