diff --git a/src/api/config.ts b/src/api/config.ts index 7935873ad..cfe0c4bb3 100644 --- a/src/api/config.ts +++ b/src/api/config.ts @@ -9,7 +9,7 @@ export const getBackendConfig = async () => { } export const getFrontendConfig = async () => { - return fetch(getBackendUrl() + '/config.json') + return fetch('config.json') .then(expectResponseCode()) .then(response => response.json() as Promise); } \ No newline at end of file