From a2e7add891e31c3294fefdb11e1032ded1798401 Mon Sep 17 00:00:00 2001 From: "DESKTOP-2S5P7D1\\Windows 10" Date: Mon, 3 Feb 2025 17:36:46 +0700 Subject: [PATCH] report --- src/api/exam/api.candidate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/exam/api.candidate.ts b/src/api/exam/api.candidate.ts index 181b7c4..6ad8845 100644 --- a/src/api/exam/api.candidate.ts +++ b/src/api/exam/api.candidate.ts @@ -43,7 +43,7 @@ export default { candidate, 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}` }