Merge branch 'develop' of github.com:Frappet/BMA-EHR-RECRUIT-EXAM-VUE3 into me

# Conflicts:
#	src/api/exam/api.candidate.ts
This commit is contained in:
Thanit Konmek 2023-04-05 14:03:41 +07:00
commit 24b6365afe
14 changed files with 398 additions and 263 deletions

View file

@ -16,6 +16,6 @@ export default {
candidateUpload: (examId: string) => `${candidate}upload/${examId}`,
candidateDownload: (examId: string) => `${candidate}download/${examId}`,
periodExamId: (examId: string) => `${periodExam}${examId}`,
candidateId: (examId: string) => `${candidate}${examId}`,
candidateId: (examId: string, positionId: string) => `${candidate}${examId}/${positionId}`,
candidate
}