From ae0056af1d61878f84d7f7dff32dbd49cfd8b188 Mon Sep 17 00:00:00 2001 From: kittapath Date: Fri, 31 Jan 2025 10:53:57 +0700 Subject: [PATCH] export path --- Controllers/PeriodExamController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/PeriodExamController.cs b/Controllers/PeriodExamController.cs index 3edc976..3d7985a 100644 --- a/Controllers/PeriodExamController.cs +++ b/Controllers/PeriodExamController.cs @@ -373,7 +373,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers /// เมื่อทำการอ่านข้อมูลชำระเงินสำเร็จ /// ไม่ได้ Login เข้าระบบ /// เมื่อเกิดข้อผิดพลาดในการทำงาน - [HttpGet("payment/{examId:length(36)}")] + [HttpGet("payment-export/{examId:length(36)}")] [ProducesResponseType(StatusCodes.Status200OK)] [ProducesResponseType(StatusCodes.Status401Unauthorized)] [ProducesResponseType(StatusCodes.Status500InternalServerError)]