ghostfolio/apps/client/proxy.conf.json
Francisco Silva bfd0241b2d
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>
2023-04-20 18:51:35 +02:00

15 lines
233 B
JSON

{
"/api": {
"target": "http://0.0.0.0:3333",
"secure": false
},
"/assets": {
"target": "http://0.0.0.0:3333",
"secure": false
},
"/ionicons": {
"target": "http://0.0.0.0:3333",
"secure": false
}
}