joy the admin area works with this commit

This commit is contained in:
Tom Gardham-Pallister
2017-10-25 08:06:41 +01:00
parent 4428982052
commit 09126911bd
4 changed files with 93 additions and 57 deletions

View File

@ -34,7 +34,7 @@ namespace Ocelot.ManualTest
{
x.WithMicrosoftLogging(log =>
{
log.AddConsole(LogLevel.Debug);
//log.AddConsole(LogLevel.Debug);
})
.WithDictionaryHandle();
};

View File

@ -312,6 +312,6 @@
"GlobalConfiguration": {
"RequestIdKey": "OcRequestId",
"AdministrationPath": "/admin"
"AdministrationPath": "/administration"
}
}