This commit is contained in:
ai.astrakhantsev 2022-12-07 12:57:28 +05:00
parent 5a0b92a1ec
commit 1f743ad8b7

View File

@ -57,7 +57,7 @@ namespace AsbCloudWebApi.Controllers
/// <returns></returns> /// <returns></returns>
/// <exception cref="NotImplementedException"></exception> /// <exception cref="NotImplementedException"></exception>
[HttpGet] [HttpGet]
[Route("{wellId}")] [Route("getReportFile/{wellId}")]
[ProducesResponseType(typeof(PhysicalFileResult), (int)System.Net.HttpStatusCode.OK)] [ProducesResponseType(typeof(PhysicalFileResult), (int)System.Net.HttpStatusCode.OK)]
public Task<IActionResult> GetReportFileAsync(int wellId) public Task<IActionResult> GetReportFileAsync(int wellId)
{ {