diff --git a/frontend/src/api/utils.js b/frontend/src/api/utils.js index b6636516..7122543c 100644 --- a/frontend/src/api/utils.js +++ b/frontend/src/api/utils.js @@ -8,10 +8,6 @@ export async function fetchURL(url, opts, auth = true) { opts.headers = opts.headers || {}; let { headers, ...rest } = opts; - - if (url.startsWith(baseURL)) { - url = url.substring(baseURL.length); - } let res; try {