|
@@ -250,7 +250,7 @@ namespace Hotline.Api.Controllers
|
|
|
/// <param name="Id"></param>
|
|
|
/// <param name="AreaCode"></param>
|
|
|
/// <returns></returns>
|
|
|
- [HttpGet("enforcement_event_classification_statistics")]
|
|
|
+ [HttpGet("event_classification_statistics")]
|
|
|
public async Task<object> GetEventClassificationStatisticsAsync(DateTime StartDate, DateTime EndDate, string Id, string AreaCode)
|
|
|
{
|
|
|
|