From dd75f45195f1bb86caeabc54e192c055a4483bca Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 24 Mar 2025 12:31:58 +0700 Subject: [PATCH] =?UTF-8?q?fixing=20=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=87?= =?UTF-8?q?=E0=B8=B2=E0=B8=99=E0=B9=80=E0=B8=81=E0=B8=A9=E0=B8=B5=E0=B8=A2?= =?UTF-8?q?=E0=B8=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/reports/api.report.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/reports/api.report.ts b/src/api/reports/api.report.ts index fd9421831..410060d13 100644 --- a/src/api/reports/api.report.ts +++ b/src/api/reports/api.report.ts @@ -16,7 +16,7 @@ export default { reportOrderAttachment: (fileType: string, id: string, commandCode: string) => `${reportOrder}/${commandCode}/attachment/${fileType}/${id}`, reportRetireList: (fileType: string, id: string) => - `${reportRetire}/${fileType}/${id}`, + `${reportRetire}/31/${fileType}/${id}`, // Get api/v1/retirement/31/{exportType}/{Id} โหลด pdf เกษียณ reportResignList: (fileType: string, id: string) => `${reportResign}/${fileType}/${id}`,