การลา API
This commit is contained in:
parent
9f6f1afdd2
commit
4f93c38fc0
5 changed files with 252 additions and 171 deletions
|
|
@ -109,4 +109,17 @@ profileNewDutyByDutyId: (dutyId: string) =>
|
|||
`${registryNew}duty/${dutyId}`,
|
||||
profileNewDutyHisByDutyId: (dutyId: string) =>
|
||||
`${registryNew}duty/history/${dutyId}`,
|
||||
|
||||
|
||||
//ข้อมูลราชการ
|
||||
profileNewGovernment:()=>`${registryNew}government`,
|
||||
profileNewGovernmentById:(id:string)=>`${registryNew}government/${id}`,
|
||||
profileNewGovernmentHistory:(id:string)=>`${registryNew}government/history/${id}`,
|
||||
|
||||
//การลา
|
||||
profileNewLeave:()=>`${registryNew}leave`,
|
||||
profileNewLeaveById:(id:string)=>`${registryNew}leave/${id}`,
|
||||
profileNewLeaveHistory:(id:string)=>`${registryNew}leave/history/${id}`,
|
||||
profileCheckDate:()=>`${env.API_URI}/leave/user/check`,
|
||||
profileNewLeaveType:()=>`${env.API_URI}/leave/type`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue