match whole input with regex

This commit is contained in:
Tom Gardham-Pallister
2017-10-12 19:03:20 +01:00
parent b0131bb264
commit d0d74f0886
5 changed files with 72 additions and 22 deletions

View File

@ -98,7 +98,7 @@ namespace Ocelot.AcceptanceTests
DownstreamScheme = "http",
DownstreamHost = "localhost",
DownstreamPort = 51880,
UpstreamPathTemplate = "working",
UpstreamPathTemplate = "/working",
UpstreamHttpMethod = new List<string> { "Get" },
}
}