แก้ไข retirement

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-07 13:17:59 +07:00
parent 446ff20c72
commit c21a95f486
3 changed files with 11 additions and 10 deletions

View file

@ -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`,