diff --git a/products/ASC.Files/Server/Api/SettingsController.cs b/products/ASC.Files/Server/Api/SettingsController.cs index 9f35ee2216..899d7e9248 100644 --- a/products/ASC.Files/Server/Api/SettingsController.cs +++ b/products/ASC.Files/Server/Api/SettingsController.cs @@ -155,6 +155,7 @@ public class SettingsController : ApiControllerBase /// /// /// + [AllowAnonymous] [HttpGet("settings")] public FilesSettingsHelper GetFilesSettings() {