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>
This commit is contained in:
Francisco Silva
2023-04-20 18:51:35 +02:00
committed by GitHub
parent 5eff8402db
commit bfd0241b2d
2 changed files with 9 additions and 3 deletions

View File

@ -1,14 +1,14 @@
{
"/api": {
"target": "http://localhost:3333",
"target": "http://0.0.0.0:3333",
"secure": false
},
"/assets": {
"target": "http://localhost:3333",
"target": "http://0.0.0.0:3333",
"secure": false
},
"/ionicons": {
"target": "http://localhost:3333",
"target": "http://0.0.0.0:3333",
"secure": false
}
}