api upload
This commit is contained in:
parent
b42d797c78
commit
9eaccb74e0
3 changed files with 203 additions and 27 deletions
|
|
@ -13,6 +13,8 @@ export default {
|
|||
candidateRegister: (examId: string) => `${candidate}register/${examId}`,
|
||||
candidatePayment: (examId: string) => `${candidate}payment/${examId}`,
|
||||
candidateStatus: (examId: string) => `${candidate}status/${examId}`,
|
||||
candidateUpload: (examId: string) => `${candidate}upload/${examId}`,
|
||||
candidateDownload: (examId: string) => `${candidate}download/${examId}`,
|
||||
periodExamId: (examId: string) => `${periodExam}${examId}`,
|
||||
candidateId: (examId: string) => `${candidate}${examId}`,
|
||||
candidate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue