fix: ปรับ api ค้นหาคนครองในโครงสร้างปัจจุบัน แก้ tag ผิด

This commit is contained in:
Warunee Tamkoo 2025-08-21 16:01:41 +07:00
parent 762acf46bd
commit 2135c01c16
4 changed files with 13 additions and 6 deletions

View file

@ -57,6 +57,7 @@ export default {
/**ครองตำแหน่ง */
orgSearchProfile: `${orgProfile}/search`,
orgSearchCurrentProfile: `${orgProfile}/search/current/person`,
orgProfile: `${orgPos}/profile`,
orgDeleteProfile: (id: string) => `${orgPos}/profile/delete/${id}`,
orgSummary: `${orgPos}/summary`,