bug fixed

This commit is contained in:
kamonwan taengsuk
2022-11-15 13:51:16 +07:00
parent 45037a9a80
commit 10ceda8f90

View File

@@ -496,7 +496,7 @@ namespace rmutr_report.Controllers
return Ok(); return Ok();
} }
[HttpPost, Route("reports/summary_not_graduation/{type}")] [HttpPost, Route("reports/progress_report/{type}")]
[ApiExplorerSettings(GroupName = "reports")] [ApiExplorerSettings(GroupName = "reports")]
public IActionResult Gethr12Report([FromRoute] string type, [FromBody] List<progress_report> _hr) public IActionResult Gethr12Report([FromRoute] string type, [FromBody] List<progress_report> _hr)
{ {