fix(approvals): remove one slash in route because YEP
This commit is contained in:
parent
c1e6f262d1
commit
9b1bfc9068
|
|
@ -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