Merge branch 'develop' of github.com:ONLYOFFICE/AppServer into feature/sso

This commit is contained in:
Viktor Fomin 2022-06-20 13:57:34 +03:00
commit 5895a02480

View File

@ -123,7 +123,7 @@ public abstract class FilesController<T> : ApiControllerBase
return await _filesControllerHelper.GetPresignedUri(fileId);
}
[HttpPost("file/{fileId}/copyas", Order = int.MaxValue)]
[HttpPost("file/{fileId}/copyas")]
public async Task<FileEntryDto> CopyFileAs(T fileId, CopyAsRequestDto<JsonElement> inDto)
{
if (inDto.DestFolderId.ValueKind == JsonValueKind.Number)