forked from ddrilling/AsbCloudServer
rename method
This commit is contained in:
parent
9644f73090
commit
1e34f137cf
@ -236,7 +236,7 @@ namespace AsbCloudWebApi.Controllers
|
|||||||
[Route("/api/files/{idFile}")]
|
[Route("/api/files/{idFile}")]
|
||||||
[Permission]
|
[Permission]
|
||||||
[ProducesResponseType(typeof(FileInfoDto), (int)System.Net.HttpStatusCode.OK)]
|
[ProducesResponseType(typeof(FileInfoDto), (int)System.Net.HttpStatusCode.OK)]
|
||||||
public async Task<IActionResult> GetFileInfoByIdAsync([FromRoute] int idFile, CancellationToken token = default)
|
public async Task<IActionResult> GetFileInfoAsync([FromRoute] int idFile, CancellationToken token = default)
|
||||||
{
|
{
|
||||||
int? idCompany = User.GetCompanyId();
|
int? idCompany = User.GetCompanyId();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user