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)]