Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
also update example config
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Jul 10, 2020
1 parent c544e5b commit 49708f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion config/proxy-example-migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,15 @@
{
"endpoint": "/data",
"backend": "http://localhost:9140"
}
},
{
"endpoint": "/api/v0/accounts",
"backend": "http://localhost:9181"
},
{
"endpoint": "/accounts.js",
"backend": "http://localhost:9181"
}
]
},
{
Expand Down
10 changes: 9 additions & 1 deletion config/proxy-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,15 @@
{
"endpoint": "/data",
"backend": "http://localhost:9140"
}
},
{
"endpoint": "/api/v0/accounts",
"backend": "http://localhost:9181"
},
{
"endpoint": "/accounts.js",
"backend": "http://localhost:9181"
}
]
},
{
Expand Down

0 comments on commit 49708f5

Please sign in to comment.