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": { |
"/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