DataController route fix

This commit is contained in:
KharchenkoVV 2021-08-17 09:43:09 +05:00
parent 0e662d4868
commit b1495dda34

View File

@ -60,7 +60,7 @@ namespace AsbCloudWebApi.Controllers
/// <param name="token">Токен завершения задачи</param> /// <param name="token">Токен завершения задачи</param>
/// <returns></returns> /// <returns></returns>
[HttpGet] [HttpGet]
[Route("dataDatesRange")] [Route("datesRange")]
[ProducesResponseType(typeof(DatesRangeDto), (int)System.Net.HttpStatusCode.OK)] [ProducesResponseType(typeof(DatesRangeDto), (int)System.Net.HttpStatusCode.OK)]
public async Task<IActionResult> GetDataDatesRangeAsync(int idWell, public async Task<IActionResult> GetDataDatesRangeAsync(int idWell,
CancellationToken token = default) CancellationToken token = default)