feat(/qualify/manage): downloadApplicationForm

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-12 15:16:56 +07:00
parent ed0d84b45c
commit 753ca8f078
2 changed files with 38 additions and 1 deletions

View file

@ -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}`,
};