fix api path
This commit is contained in:
parent
2f1230ee1d
commit
196ccca744
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const orgEmployeePos = `${env.API_URI}/org/employee/pos`;
|
|||
export default {
|
||||
/** โครงสร้างอัตรากำลัง*/
|
||||
activeOrganization: `${organization}/active`,
|
||||
orgByid: (id: string) => `${organization}/admin/${id}`,
|
||||
orgByid: (id: string) => `${organization}/super-admin/${id}`,
|
||||
createOrganization: `${organization}/draft`,
|
||||
createOrgLevel: (type: string) => `${organization}/${type}`,
|
||||
orgLevelByid: (type: string, id: string) => `${organization}/${type}/${id}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue