forked from ddrilling/AsbCloudServer
#7987467 method report file not implemented
This commit is contained in:
parent
aaa5627680
commit
ae9ee705b0
@ -58,7 +58,8 @@ namespace AsbCloudWebApi.Controllers
|
||||
/// <exception cref="NotImplementedException"></exception>
|
||||
[HttpGet]
|
||||
[Route("{wellId}")]
|
||||
public IActionResult GetReportFileAsync(int wellId)
|
||||
[ProducesResponseType(typeof(PhysicalFileResult), (int)System.Net.HttpStatusCode.OK)]
|
||||
public Task<IActionResult> GetReportFileAsync(int wellId)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user