From 10ceda8f9062f65cbccb7d6e2d83a89f61a09420 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Tue, 15 Nov 2022 13:51:16 +0700 Subject: [PATCH] bug fixed --- Controllers/HrDevelopment.Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/HrDevelopment.Controller.cs b/Controllers/HrDevelopment.Controller.cs index 66cbaf6..19f7629 100644 --- a/Controllers/HrDevelopment.Controller.cs +++ b/Controllers/HrDevelopment.Controller.cs @@ -496,7 +496,7 @@ namespace rmutr_report.Controllers return Ok(); } - [HttpPost, Route("reports/summary_not_graduation/{type}")] + [HttpPost, Route("reports/progress_report/{type}")] [ApiExplorerSettings(GroupName = "reports")] public IActionResult Gethr12Report([FromRoute] string type, [FromBody] List _hr) {