forked from ddrilling/AsbCloudServer
#7987467 route
This commit is contained in:
parent
5a0b92a1ec
commit
1f743ad8b7
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user