เพิ่ม api ยกเลิกการสมัครสอบ
This commit is contained in:
parent
61cc07ee75
commit
7367123a09
3 changed files with 100 additions and 1 deletions
|
|
@ -64,6 +64,8 @@ export default {
|
|||
`${candidate}reject-register/${candidateId}`,
|
||||
candidateCheckPayment: (candidateId: string) =>
|
||||
`${candidate}check-payment/${candidateId}`,
|
||||
candidateCheckRegisterReject: (candidateId: string) =>
|
||||
`${candidate}reject/check-register/${candidateId}`,
|
||||
candidate,
|
||||
candidateOfPeriodExam: (status: string, examId: string) =>
|
||||
`${periodExam}${status}/${examId}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue