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