From a810dbc2f3e95df72d8f2b6b9a7c58b44a202814 Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Mon, 23 Nov 2020 23:54:52 +0100 Subject: [PATCH] update endpoint --- frontend/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/main.js b/frontend/src/main.js index 15c5fd0..04b08b9 100644 --- a/frontend/src/main.js +++ b/frontend/src/main.js @@ -5,7 +5,7 @@ Vue.config.productionTip = false import VueSocketIO from 'vue-socket.io' Vue.use(new VueSocketIO({ debug: true, - connection: Vue.config.devtools?'http://localhost:5001':'http://51.15.199.193:5001', + connection: Vue.config.devtools?'http://localhost:5001':'https://bang.xamin.it/backend', })) new Vue({