fixing history command

This commit is contained in:
Warunee Tamkoo 2024-07-10 11:01:14 +07:00
parent e45aadbf6c
commit 4016eb6db3
2 changed files with 8 additions and 4 deletions

View file

@ -10,6 +10,7 @@ const placemenRepatriation = `${placement}/repatriation`;
const placemenRelocation = `${placement}/relocation`;
const placemenOther = `${env.API_URI}/retirement/other`;
const placemenAppointment = `${placement}/appointment`;
const orgSearchCommand = `${env.API_URI}/org/profile/search/profile/command`;
export default {
MainDetail: (year: number) => `${placement}/exam/${year}`,
@ -102,6 +103,7 @@ export default {
orderReady: (id: string) => `${order}/order/ready/${id}`,
attachmentOrder: (orderId: string) => `${order}/order/attachment/${orderId}`,
searchOrderprofile: () => `${order}/order/search/profile/command`,
searchCommandProfileNew: () => `${orgSearchCommand}`,
disciplineReportList,
//receive ระบบรับโอน
receiveData: () => `${receive}`,