This commit is contained in:
pavelbannov 2020-10-12 22:15:27 +03:00
parent a8b838b4ce
commit 5e11f96a0c

View File

@ -140,9 +140,7 @@ namespace ASC.Web.Files.Api
if (services.TryAddScoped<FilesIntegration>())
{
return services
.AddDaoFactoryService()
.AddFileSecurityService()
.AddGlobalStoreService();
.AddDaoFactoryService();
}
return services;