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({