no message

This commit is contained in:
setthawutttty 2023-08-15 13:58:07 +07:00
parent a677f7869c
commit 74b8362523
4 changed files with 30 additions and 5 deletions

View file

@ -123,7 +123,10 @@ export default {
repatriationMainReport: () => `${placement}/repatriation/report`,
// ขอย้าย
placemenRelocation,
relocationMain: () => `${placement}/relocation`,
relocationDetail: (id:string) => `${placement}/relocation/${id}`,
relocationMainDelete: (id:string) => `${placement}/relocation/${id}`,
relocationMainReport: () => `${placement}/relocation/report`,
// อื่นๆ
placemenOther,
};