diff --git a/frontend/utils/api.ts b/frontend/utils/api.ts index 62e1993..c99ab4a 100644 --- a/frontend/utils/api.ts +++ b/frontend/utils/api.ts @@ -1,5 +1,4 @@ export function getApiUrl(path: string): string { const API_BASE_URL = useRuntimeConfig().public.apiBase; - console.log(API_BASE_URL); return `${API_BASE_URL}/${path}`; }