started messing around with admin area

This commit is contained in:
Tom Gardham-Pallister
2017-02-13 12:13:53 +00:00
parent 0b830d9891
commit 95fc687e93
9 changed files with 37 additions and 19 deletions

View File

@ -82,6 +82,14 @@ namespace Ocelot.UnitTests.Configuration
_downstreamTemplatePath = downstreamTemplatePath;
}
public string AdministrationPath
{
get
{
throw new NotImplementedException();
}
}
public List<ReRoute> ReRoutes => new List<ReRoute>
{
new ReRouteBuilder()