report
This commit is contained in:
parent
014e23bac1
commit
a2e7add891
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export default {
|
||||||
candidate,
|
candidate,
|
||||||
candidateBill: (examId: string, positionId: string) => `${candidate}bill/${examId}/${positionId}`,
|
candidateBill: (examId: string, positionId: string) => `${candidate}bill/${examId}/${positionId}`,
|
||||||
|
|
||||||
candidateReport: (candidateId: string) => `${env.API_URI_V2}/report/candidate/pdf/${candidateId}`,
|
candidateReport: (candidateId: string) => `${env.API_URI}/placement/candidate/pdf/${candidateId}`,
|
||||||
|
|
||||||
candidatePaymentExport: (examId: string) => `${candidate}period-exam/payment-export/${examId}`
|
candidatePaymentExport: (examId: string) => `${candidate}period-exam/payment-export/${examId}`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue