From 7194fec8487e761830e1f8a96d5c5949d477a7db Mon Sep 17 00:00:00 2001 From: MaksimChegulov Date: Tue, 14 Jun 2022 13:30:12 +0300 Subject: [PATCH] Files: fix --- products/ASC.Files/Server/Api/PrivacyRoomController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/ASC.Files/Server/Api/PrivacyRoomController.cs b/products/ASC.Files/Server/Api/PrivacyRoomController.cs index 18b6372746..4fd243d2bb 100644 --- a/products/ASC.Files/Server/Api/PrivacyRoomController.cs +++ b/products/ASC.Files/Server/Api/PrivacyRoomController.cs @@ -81,7 +81,7 @@ internal abstract class PrivacyRoomController : ControllerBase [DefaultRoute] [ApiController] [ControllerName("privacyroom")] -public abstract class PrivacyRoomControllerCommon : ControllerBase +public class PrivacyRoomControllerCommon : ControllerBase { private readonly AuthContext _authContext; private readonly EncryptionKeyPairDtoHelper _encryptionKeyPairHelper;