This commit is contained in:
2024-05-19 19:09:04 +02:00
parent 8fdcc75826
commit a9e981baa0

View File

@@ -33,7 +33,7 @@ marbasAxiosInstance.interceptors.response.use(async r => {
let results = r.data?.results;
if (!next.startsWith(import.meta.env.VITE_MARBAS_URL)) { // FIME remove once the API is fixed
next = next.replace(/http(s)?:\/\/[^\/]+/g, '');
next = import.meta.env.VITE_MARBAS_URL + next.replace(/http(s)?:\/\/[^/]+/g, '');
}
if (next) {
results = results.concat((await marbasAxiosInstance.request({