diff --git a/src/api/exam/api.candidate.ts b/src/api/exam/api.candidate.ts index a1a235b..0a0175e 100644 --- a/src/api/exam/api.candidate.ts +++ b/src/api/exam/api.candidate.ts @@ -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 diff --git a/src/modules/01_exam/components/Form/Document.vue b/src/modules/01_exam/components/Form/Document.vue index 60184aa..49f8a72 100644 --- a/src/modules/01_exam/components/Form/Document.vue +++ b/src/modules/01_exam/components/Form/Document.vue @@ -2,7 +2,11 @@