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:
commit
24b6365afe
14 changed files with 398 additions and 263 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue