แก้ไข Api delete // เเละ path ในหน้าแสดงข้อูล รายชื่อลูกจ้างชั่วคราว

This commit is contained in:
AnandaTon 2023-07-28 12:22:26 +07:00
parent eb5f4d35f6
commit 05982c4346
2 changed files with 4 additions and 3 deletions

View file

@ -156,6 +156,7 @@ export default {
`${profile}address/history/${profileId}`,
searchProfileByOcId: (OcId: string, type: string) =>
`${profile}search/new/oc/${OcId}/${type}`,
searchProfileTemp: (type: string) => `${profile}search/new/oc/${type}`,
profileAvatarId: (profileId: string) => `${profile}avatar/${profileId}`,
profileAvatarHistoryId: (profileId: string) =>