diff --git a/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Controllers/ApiGatewayController.cs b/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Controllers/ApiGatewayController.cs index 8dba8e018..6109d3dc5 100644 --- a/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Controllers/ApiGatewayController.cs +++ b/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Controllers/ApiGatewayController.cs @@ -1,7 +1,6 @@ using LINGYUN.ApiGateway.Utils; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.DependencyInjection; -using Ocelot.LoadBalancer.LoadBalancers; using Ocelot.Multiplexer; using System; using System.Linq; diff --git a/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Utils/ILoadBalancerFinder.cs b/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Utils/ILoadBalancerFinder.cs index 5ce8de116..64f45b28c 100644 --- a/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Utils/ILoadBalancerFinder.cs +++ b/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Utils/ILoadBalancerFinder.cs @@ -1,5 +1,4 @@ -using Microsoft.Extensions.Localization; -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading.Tasks; namespace LINGYUN.ApiGateway.Utils