diff --git a/frontend/app/common/fetcher.ts b/frontend/app/common/fetcher.ts index 71bc9aca..14874900 100644 --- a/frontend/app/common/fetcher.ts +++ b/frontend/app/common/fetcher.ts @@ -118,3 +118,4 @@ const createFetcher = (baseUrl: string = ''): Methods => { export const apiFetcher = createFetcher(`${BASE_URL}${API_BASE}`); export const authFetcher = createFetcher(`${BASE_URL}/auth`); export const adminFetcher = createFetcher(`${BASE_URL}${API_BASE}/admin`); +export default createFetcher;