แก้ไข retirement
This commit is contained in:
parent
446ff20c72
commit
c21a95f486
3 changed files with 11 additions and 10 deletions
|
|
@ -4,7 +4,7 @@ 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}/edit`,
|
||||
removeProfile: () => `${retirement}/remove`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue