From 453fc376de6e89cc79addee1a1f950898a8c859e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 10 Jul 2020 15:35:20 +0200 Subject: [PATCH] also update example config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- config/proxy-example-migration.json | 10 +++++++++- config/proxy-example.json | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/config/proxy-example-migration.json b/config/proxy-example-migration.json index 42885cc..4081786 100644 --- a/config/proxy-example-migration.json +++ b/config/proxy-example-migration.json @@ -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" + } ] }, { diff --git a/config/proxy-example.json b/config/proxy-example.json index 6878e67..bac66ba 100644 --- a/config/proxy-example.json +++ b/config/proxy-example.json @@ -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" + } ] }, {