From 1d1d79f90ea583d0a526d546a73fa341fec6ec53 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 1 Aug 2020 20:48:30 +0200 Subject: [PATCH] lil fix --- client/src/store/signalPlugin.js | 3 ++- client/src/views/Home.vue | 1 + voozik.jar | Bin 20295546 -> 20295311 bytes 3 files changed, 3 insertions(+), 1 deletion(-) 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 @@