api retirement
This commit is contained in:
parent
dccc335463
commit
b3bfe6a4b9
4 changed files with 409 additions and 158 deletions
|
|
@ -4,9 +4,11 @@ const retirement = `${env.API_URI}/retirement`
|
|||
|
||||
export default {
|
||||
profile: (type: string, year: string) => `${retirement}/profile/${type}/${year}`,
|
||||
profileRetire: (retireProfileId: string) => `${retirement}/profile/${retireProfileId}`,
|
||||
// profileRetire: (retireProfileId: string) => `${retirement}/profile/${retireProfileId}`,
|
||||
listRetire: (retireId: string) => `${retirement}/${retireId}`,
|
||||
createnote: () => `${retirement}/reason`,
|
||||
reasonId: (retireId:string) => `${retirement}/reason/${retireId}`,
|
||||
retirement:(type:string,year:string) => `${retirement}/${type}/${year}`
|
||||
createnote: () => `${retirement}/edit`,
|
||||
removeProfile: () => `${retirement}/remove`,
|
||||
reasonId: (retireId: string) => `${retirement}/reason/${retireId}`,
|
||||
retirement: (type: string, year: string) => `${retirement}/${type}/${year}`,
|
||||
createProfile: () => `${retirement}/profile`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue