diff --git a/frontend/src/main.js b/frontend/src/main.js index 2d6ac01..6de3e24 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: Vue.config.devtools, - connection: Vue.config.devtools?'http://localhost:5001':process.env.BACKEND, + connection: Vue.config.devtools?'http://localhost:5001':'http://bang.xamin.it:5001', })) new Vue({