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:
commit
121b09bbe0
|
|
@ -20,6 +20,6 @@ export const timesheetApprovalService = {
|
|||
},
|
||||
|
||||
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`);
|
||||
},
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user