forked from ddrilling/AsbCloudServer
DataController route fix
This commit is contained in:
parent
0e662d4868
commit
b1495dda34
@ -60,7 +60,7 @@ namespace AsbCloudWebApi.Controllers
|
||||
/// <param name="token">Токен завершения задачи</param>
|
||||
/// <returns></returns>
|
||||
[HttpGet]
|
||||
[Route("dataDatesRange")]
|
||||
[Route("datesRange")]
|
||||
[ProducesResponseType(typeof(DatesRangeDto), (int)System.Net.HttpStatusCode.OK)]
|
||||
public async Task<IActionResult> GetDataDatesRangeAsync(int idWell,
|
||||
CancellationToken token = default)
|
||||
|
Loading…
Reference in New Issue
Block a user