เพิ่ม api post แต่งตั้ง-เลื่อน
This commit is contained in:
parent
cea4c2d0b5
commit
875bc2bd87
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ const placemenHelpGov = `${placement}/officer`;
|
|||
const placemenRepatriation = `${placement}/repatriation`;
|
||||
const placemenRelocation = `${placement}/relocation`;
|
||||
const placemenOther = `${env.API_URI}/retirement/other`;
|
||||
const placemenAppointment = `${env.API_URI}/retirement/appointment`;
|
||||
|
||||
export default {
|
||||
MainDetail: (year: number) => `${placement}/exam/${year}`,
|
||||
|
|
@ -103,6 +104,9 @@ export default {
|
|||
transferUserId: (id: string) => `${transfer}/user/${id}`,
|
||||
transferConfirmId: (id: string) => `${transfer}/confirm/${id}`,
|
||||
|
||||
// แต่งตั้ง-เลื่อน
|
||||
placemenAppointment,
|
||||
|
||||
// ช่วยราชการ
|
||||
placemenHelpGov,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue