mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 06:48:16 +08:00
joy the admin area works with this commit
This commit is contained in:
@ -34,7 +34,7 @@ namespace Ocelot.ManualTest
|
||||
{
|
||||
x.WithMicrosoftLogging(log =>
|
||||
{
|
||||
log.AddConsole(LogLevel.Debug);
|
||||
//log.AddConsole(LogLevel.Debug);
|
||||
})
|
||||
.WithDictionaryHandle();
|
||||
};
|
||||
|
@ -312,6 +312,6 @@
|
||||
|
||||
"GlobalConfiguration": {
|
||||
"RequestIdKey": "OcRequestId",
|
||||
"AdministrationPath": "/admin"
|
||||
"AdministrationPath": "/administration"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user