also update example config

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-07-10 15:35:20 +02:00
parent e41d993af9
commit 453fc376de
2 changed files with 18 additions and 2 deletions

View File

@@ -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"
}
]
},
{

View File

@@ -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"
}
]
},
{