mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 23:28:14 +08:00
plugged load balancer middleware into Ocelot pipeline, load balanced downstream host and port now used by url creator middleware
This commit is contained in:
@ -54,7 +54,7 @@ namespace Ocelot.UnitTests.LoadBalancer
|
||||
.UseUrls(_url)
|
||||
.Configure(app =>
|
||||
{
|
||||
app.UseLoadBalancingMiddlewareExtensions();
|
||||
app.UseLoadBalancingMiddleware();
|
||||
});
|
||||
|
||||
_server = new TestServer(builder);
|
||||
|
Reference in New Issue
Block a user