diff --git a/config/proxy-example-migration.json b/config/proxy-example-migration.json index 04760b75a7..d2ee433284 100644 --- a/config/proxy-example-migration.json +++ b/config/proxy-example-migration.json @@ -68,7 +68,15 @@ { "endpoint": "/accounts.js", "backend": "http://localhost:9181" - } + }, + { + "endpoint": "/api/v0/settings", + "backend": "http://localhost:9190" + }, + { + "endpoint": "/settings.js", + "backend": "http://localhost:9190" + } ] }, { diff --git a/config/proxy-example.json b/config/proxy-example.json index 28fd674deb..68c2fe3083 100644 --- a/config/proxy-example.json +++ b/config/proxy-example.json @@ -71,6 +71,14 @@ { "endpoint": "/accounts.js", "backend": "http://localhost:9181" + }, + { + "endpoint": "/api/v0/settings", + "backend": "http://localhost:9190" + }, + { + "endpoint": "/settings.js", + "backend": "http://localhost:9190" } ] },