This commit is contained in:
@@ -23,7 +23,7 @@ namespace rmutr_report.Controllers
|
||||
{
|
||||
this._setting = setting;
|
||||
}
|
||||
[HttpPost, Route("reports/agency_report/{type}")]
|
||||
[HttpPost, Route("reports/agency_result_report/{type}")]
|
||||
[ApiExplorerSettings(GroupName = "reports")]
|
||||
public IActionResult GetAgencyReport([FromRoute] string type, [FromBody] List<agency_report> agencyReports)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user