Merge pull request 'fix(approvals): remove one slash in route because YEP' (#57) from dev/nicolas/staging-prep into main

Reviewed-on: Targo/targo_frontend#57
This commit is contained in:
Nicolas 2026-01-21 10:44:25 -05:00
commit 121b09bbe0

View File

@ -20,6 +20,6 @@ export const timesheetApprovalService = {
}, },
subscribeToPayPeriodObservable: (): EventSource => { subscribeToPayPeriodObservable: (): EventSource => {
return new EventSource(`${import.meta.env.VITE_TARGO_BACKEND_URL}/pay-periods/subscribe`); return new EventSource(`${import.meta.env.VITE_TARGO_BACKEND_URL}pay-periods/subscribe`);
}, },
}; };