แต่งตั้งคณะกรรมการทดลองงาน

This commit is contained in:
setthawutttty 2024-10-17 15:36:48 +07:00
parent 77120a0f7b
commit 3ec0614e39
9 changed files with 1150 additions and 30 deletions

View file

@ -4,6 +4,7 @@ const personal = `${env.API_PROBATION_URI}/personal`;
const calculate = `${env.API_PROBATION_URI}/calculate`;
const finish = `${env.API_PROBATION_URI}/assign`;
const evaluate = `${env.API_PROBATION_URI}`;
const appointMain = `${env.API_PROBATION_URI}/appoint`;
const orgProfile = `${env.API_URI}/org`;
export default {
@ -83,4 +84,6 @@ export default {
orgProfilePlacement: (id: string) => `${orgProfile}/profile/placement/${id}`,
orgProfileStatus: (profileId: string) =>
`${orgProfile}/profile/probation/${profileId}`,
appointMain
};