removed idserver4 (#547)

This commit is contained in:
Tom Pallister
2018-08-14 08:19:00 +01:00
committed by GitHub
parent edbe33415d
commit 0786614e50
13 changed files with 150 additions and 1187 deletions

View File

@ -111,8 +111,7 @@ namespace Ocelot.IntegrationTests
})
.ConfigureServices(x =>
{
x.AddOcelot()
.AddAdministration("/administration", "secret");
x.AddOcelot();
})
.Configure(app =>
{