mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
Co-authored-by: francisco <francisco@innonova.ch> Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>pull/1881/head
Francisco Silva
2 years ago
committed by
GitHub
2 changed files with 9 additions and 3 deletions
@ -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 |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue