update target in proxy to work with api in locahost (#1875)
Co-authored-by: francisco <francisco@innonova.ch> Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>pull/1881/head
parent
5eff8402db
commit
bfd0241b2d
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"/api": {
|
"/api": {
|
||||||
"target": "http://localhost:3333",
|
"target": "http://0.0.0.0:3333",
|
||||||
"secure": false
|
"secure": false
|
||||||
},
|
},
|
||||||
"/assets": {
|
"/assets": {
|
||||||
"target": "http://localhost:3333",
|
"target": "http://0.0.0.0:3333",
|
||||||
"secure": false
|
"secure": false
|
||||||
},
|
},
|
||||||
"/ionicons": {
|
"/ionicons": {
|
||||||
"target": "http://localhost:3333",
|
"target": "http://0.0.0.0:3333",
|
||||||
"secure": false
|
"secure": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue