diff --git a/frontend/services/time-entries.ts b/frontend/services/time-entries.ts index 3931dde..5c4a9d0 100644 --- a/frontend/services/time-entries.ts +++ b/frontend/services/time-entries.ts @@ -71,7 +71,7 @@ export function useTimeEntryService() { if (params.tags?.length) { params.tags.forEach(id => query.append('tags[]', String(id))) } - return `/api/time_entries/export?${query.toString()}` + return `/time_entries/export?${query.toString()}` } async function downloadExport(params: {