แต่งตั้งคณะกรรมการทดลองงาน
This commit is contained in:
parent
77120a0f7b
commit
3ec0614e39
9 changed files with 1150 additions and 30 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue