api upload

This commit is contained in:
Thanit Konmek 2023-04-05 14:02:36 +07:00
parent b42d797c78
commit 9eaccb74e0
3 changed files with 203 additions and 27 deletions

View file

@ -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