แสดงรูป Profile
This commit is contained in:
parent
658fd6705e
commit
a736494155
2 changed files with 40 additions and 4 deletions
|
|
@ -6,6 +6,8 @@ const orgProfile = `${env.API_URI}/org/profile`;
|
|||
const orgEmployeePos = `${env.API_URI}/org/employee/pos`;
|
||||
|
||||
export default {
|
||||
keycloakPosition: () => `${organization}/profile/keycloak/position`,
|
||||
|
||||
/** โครงสร้างอัตรากำลัง*/
|
||||
activeOrganization: `${organization}/active`,
|
||||
orgByid: (id: string) => `${organization}/super-admin/${id}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue