update endpoint

This commit is contained in:
Alberto Xamin 2020-11-23 23:54:52 +01:00
parent cc09825794
commit a810dbc2f3
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

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