รักษาการในตำแหน่ง => API

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-20 14:48:49 +07:00
parent 50d4d8e351
commit 8850003836
5 changed files with 452 additions and 453 deletions

View file

@ -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,
};