diff --git a/AsbCloudWebApi/Controllers/FileController.cs b/AsbCloudWebApi/Controllers/FileController.cs index 68426b0a..e5519ba9 100644 --- a/AsbCloudWebApi/Controllers/FileController.cs +++ b/AsbCloudWebApi/Controllers/FileController.cs @@ -91,8 +91,8 @@ namespace AsbCloudWebApi.Controllers [ProducesResponseType(typeof(PaginationContainer), (int)System.Net.HttpStatusCode.OK)] public async Task GetFilesInfoAsync([FromRoute] int idWell, int skip = 0, int take = 32, int idCategory = default, - IEnumerable companies = default, DateTime begin = default, - DateTime end = default, CancellationToken token = default) + DateTime begin = default, DateTime end = default, + CancellationToken token = default, [FromQuery] IEnumerable companies = default) { int? idCompany = User.GetCompanyId();