From bfe519798002dc74b35d568c967754729996be59 Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Tue, 28 Nov 2023 09:05:41 +0700 Subject: [PATCH] fix Bug (Chage Post to Get) --- BMA.EHR.Leave.Service/Controllers/LeaveController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BMA.EHR.Leave.Service/Controllers/LeaveController.cs b/BMA.EHR.Leave.Service/Controllers/LeaveController.cs index a4637f4b..0eb15ee1 100644 --- a/BMA.EHR.Leave.Service/Controllers/LeaveController.cs +++ b/BMA.EHR.Leave.Service/Controllers/LeaveController.cs @@ -879,7 +879,7 @@ namespace BMA.EHR.Leave.Service.Controllers /// เมื่อทำรายการสำเร็จ /// ไม่ได้ Login เข้าระบบ /// เมื่อเกิดข้อผิดพลาดในการทำงาน - [HttpPost("round/{id:guid}")] + [HttpGet("round/{id:guid}")] [ProducesResponseType(StatusCodes.Status200OK)] [ProducesResponseType(StatusCodes.Status401Unauthorized)] [ProducesResponseType(StatusCodes.Status500InternalServerError)]