แก้ API

This commit is contained in:
STW_TTTY\stwtt 2024-08-29 16:57:50 +07:00
parent 6887fc4609
commit 0a72c3625b
2 changed files with 2 additions and 1 deletions

View file

@ -101,6 +101,7 @@ export default {
//
orgCheckAvatar: (id: string) => `${orgProfile}/avatar/profileId/${id}`,
orgCheckAvatarAdmin: (id: string) => `${orgProfile}/avatar/profileid-admin/${id}`,
orgCheckAvatarCard: (path: string) => `${organization}/${path}`, //noPernission
changePosition: `${organization}/placement/change-position`,