diff --git a/config/proxy-example-migration.json b/config/proxy-example-migration.json index 42885cc6f0..4081786974 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 6878e670b9..bac66bace4 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" + } ] }, {