diff --git a/OpenAuth.WebApi/Startup.cs b/OpenAuth.WebApi/Startup.cs index 7fcfb66..d6a83ad 100644 --- a/OpenAuth.WebApi/Startup.cs +++ b/OpenAuth.WebApi/Startup.cs @@ -5,6 +5,8 @@ using ce.autofac.extension; using DocumentFormat.OpenXml.Validation; using IdentityServer4.AccessTokenValidation; using Infrastructure; +using Infrastructure.CloudSdk.minio; +using Infrastructure.CloudSdk.mqttmessagecenter; using Infrastructure.Extensions.AutofacManager; using Infrastructure.Middleware; using Microsoft.AspNetCore.DataProtection;