This website requires JavaScript.
Explore
Help
Sign In
sudacode
/
ghostfolio
Watch
1
Star
0
Fork
0
You've already forked ghostfolio
Code
Issues
Pull Requests
Actions
Packages
Releases
Activity
ghostfolio
/
apps
/
client
/
proxy.conf.json
15 lines
239 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-04-13 21:53:58 +02:00
{
"/api"
:
{
"target"
:
"http://localhost:3333"
,
"secure"
:
false
Bugfix/fix missing assets in local development (#1194) * Fix missing assets in local development * Update changelog
2022-08-27 10:29:50 +02:00
}
,
"/assets"
:
{
"target"
:
"http://localhost:3333"
,
"secure"
:
false
}
,
"/ionicons"
:
{
"target"
:
"http://localhost:3333"
,
"secure"
:
false
Initial commit
2021-04-13 21:53:58 +02:00
}
}
Reference in New Issue
Copy Permalink