fix bug url api appointment
This commit is contained in:
parent
314d7113bf
commit
0decf3206e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const placemenHelpGov = `${placement}/officer`;
|
||||||
const placemenRepatriation = `${placement}/repatriation`;
|
const placemenRepatriation = `${placement}/repatriation`;
|
||||||
const placemenRelocation = `${placement}/relocation`;
|
const placemenRelocation = `${placement}/relocation`;
|
||||||
const placemenOther = `${env.API_URI}/retirement/other`;
|
const placemenOther = `${env.API_URI}/retirement/other`;
|
||||||
const placemenAppointment = `${env.API_URI}/retirement/appointment`;
|
const placemenAppointment = `${placement}/appointment`;
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
MainDetail: (year: number) => `${placement}/exam/${year}`,
|
MainDetail: (year: number) => `${placement}/exam/${year}`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue