Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-01-30 14:20:54 +07:00
commit db968d9dd5
9 changed files with 382 additions and 301 deletions

View file

@ -5,6 +5,7 @@ const organization = `${env.API_URI}/org`;
export default {
/** โครงสร้างอัตรากำลัง*/
activeOrganization: `${organization}/active`,
orgByid: (id: string) => `${organization}/${id}`,
createOrganization: `${organization}/draft`,
createOrgLevel: (type: string) => `${organization}/${type}`,
orgLevelByid: (type: string, id: string) => `${organization}/${type}/${id}`,