feat:absentlate
This commit is contained in:
parent
1d99705b65
commit
ecc10e16c9
6 changed files with 714 additions and 1 deletions
|
|
@ -272,4 +272,10 @@ export default {
|
|||
profileAssistanceReturn: `${env.API_URI}/placement/repatriation`,
|
||||
profileAssistanceUpdateDelete: (type: string) =>
|
||||
`${registryNew}${type}/assistance/update-delete/`,
|
||||
|
||||
profileAbsentLate: (type: string) => `${registryNew}${type}/absent-late`,
|
||||
profileAbsentLateUpdateDelete: (type: string) => `${registryNew}${type}/absent-late/update-delete`,
|
||||
profileAbsentLateHistory: (id: string, type: string) =>
|
||||
`${registryNew}${type}/absent-late/history/${id}`,
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue