bug fixed
This commit is contained in:
@@ -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<progress_report> _hr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user