diff --git a/Controllers/AgencyReport.Controller.cs b/Controllers/AgencyReport.Controller.cs index bcca404..d7b2033 100644 --- a/Controllers/AgencyReport.Controller.cs +++ b/Controllers/AgencyReport.Controller.cs @@ -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 agencyReports) {