diff --git a/client/src/store/signalPlugin.js b/client/src/store/signalPlugin.js index 7b1a51b..29b2f4a 100644 --- a/client/src/store/signalPlugin.js +++ b/client/src/store/signalPlugin.js @@ -1,5 +1,6 @@ -const connection = new WebSocket('ws://localhost:8181/socket') +// const connection = new WebSocket('ws://localhost:8181/socket') // const connection = new WebSocket('wss://echo.websocket.org') +const connection = new WebSocket('wss://voozik.gltronic.ovh/socket') export default function createSignalPlugin () { return store => { diff --git a/client/src/views/Home.vue b/client/src/views/Home.vue index 9546eb5..023875a 100644 --- a/client/src/views/Home.vue +++ b/client/src/views/Home.vue @@ -1,5 +1,6 @@