placement ==> ปรับ API
This commit is contained in:
parent
ac53080cec
commit
b808db1c73
5 changed files with 29 additions and 16 deletions
|
|
@ -146,6 +146,8 @@ export default {
|
|||
`${registryNew}${type}/government/${id}`,
|
||||
profileNewGovernmentHistory: (id: string, type: string) =>
|
||||
`${registryNew}${type}/government/history/${id}`,
|
||||
profileNewGovernmentCard: (id: string, type: string) =>
|
||||
`${registryNew}${type}/government/admin/${id}`, // noPermission
|
||||
|
||||
//การลา
|
||||
profileNewLeave: (type: string) => `${registryNew}${type}/leave`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue