deactivate check of host, change rest service to public url
This commit is contained in:
parent
3e081f2bb5
commit
f6b28aa7ae
|
@ -35,6 +35,7 @@ class Service {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const httpClient = new Service("http://localhost:5000/")
|
//const httpClient = new Service("http://192.168.5.118:5000/")
|
||||||
|
const httpClient = new Service("http://groeger-clan.duckdns.org:5000/")
|
||||||
|
|
||||||
export default httpClient
|
export default httpClient
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
"transpileDependencies": [
|
"transpileDependencies": [
|
||||||
"vuetify"
|
"vuetify"
|
||||||
]
|
],
|
||||||
|
devServer: {
|
||||||
|
disableHostCheck: true
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue