ราชการฯที่ได้รับทุนการศึกษา => status
This commit is contained in:
parent
ec36ffe6ba
commit
9591eed2f8
3 changed files with 7 additions and 18 deletions
|
|
@ -21,7 +21,7 @@ export default {
|
|||
devScholarship,
|
||||
devScholarshipByid: (id: string) => `${devScholarship}/${id}`,
|
||||
devScholarshipStatus: (id: string, status: string) =>
|
||||
`${devScholarship}/${id}/${status}`,
|
||||
`${devScholarship}/status/${id}/${status}`,
|
||||
|
||||
/** download File */
|
||||
developmentReportMain: () => `${developmentReport}/main`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue