รักษาการในตำแหน่ง => API
This commit is contained in:
parent
50d4d8e351
commit
8850003836
5 changed files with 452 additions and 453 deletions
|
|
@ -4,6 +4,8 @@ const organization = `${env.API_URI}/org`;
|
|||
const orgPos = `${env.API_URI}/org/pos`;
|
||||
const orgProfile = `${env.API_URI}/org/profile`;
|
||||
const orgEmployeePos = `${env.API_URI}/org/employee/pos`;
|
||||
const orgAct = `${env.API_URI}/org/act`;
|
||||
const orgPosAct = `${env.API_URI}/org/pos/act`;
|
||||
|
||||
export default {
|
||||
keycloakPosition: () => `${organization}/profile/keycloak/position`,
|
||||
|
|
@ -100,4 +102,8 @@ export default {
|
|||
changePositionByIdProfile: `${organization}/placement/change-position/profile`,
|
||||
|
||||
orgProfileReport: `${orgProfile}-employee/report`,
|
||||
|
||||
/** รักษาการตำแหน่ง*/
|
||||
orgAct,
|
||||
orgPosAct,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue