fix : remove double /api prefix in export URL
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 21:56:07 +01:00
parent 7f1c02256b
commit df2a48c20d

View File

@@ -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: {