feat(/qualify/manage): downloadApplicationForm
This commit is contained in:
parent
ed0d84b45c
commit
753ca8f078
2 changed files with 38 additions and 1 deletions
|
|
@ -93,4 +93,7 @@ export default {
|
|||
periodExamToPlacement: (examId: string) => `${periodExam}placement/${examId}`,
|
||||
|
||||
checkShowExaminfo: `${candidate}check-showExamInfo`,
|
||||
|
||||
applicationFormPDF: (candidateId: string) =>
|
||||
`${env.API_URI}/placement/candidate/pdf/${candidateId}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue