ปรับ summary อัตรากำลัง

This commit is contained in:
Warunee Tamkoo 2024-02-12 09:41:52 +07:00
parent 2a7051f5f6
commit 6245e552aa
5 changed files with 68 additions and 12 deletions

View file

@ -39,4 +39,5 @@ export default {
orgSearchProfile: `${orgProfile}/search`,
orgProfile: `${orgPos}/profile`,
orgDeleteProfile: (id: string) => `${orgPos}/profile/delete/${id}`,
orgSummary: `${orgPos}/summary`,
};