si
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 40s

This commit is contained in:
2026-05-02 17:18:14 +02:00
parent 306dd8cabc
commit 456a0490a7

View File

@@ -7,7 +7,7 @@ const server = axios.create({
} }
}); });
export const initApi = (baseURL: string) => { export const initApi = (baseURL) => {
server.defaults.baseURL = baseURL; server.defaults.baseURL = baseURL;
}; };