mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 16:18:14 +08:00
more simplification is that a word
This commit is contained in:
@ -41,12 +41,12 @@ namespace Ocelot.AcceptanceTests
|
||||
this.Given(x => x.GivenThereIsAServiceRunningOn("http://localhost:51879"))
|
||||
.And(x => x.GivenThereIsAConfiguration(new Configuration
|
||||
{
|
||||
Routes = new List<Route>
|
||||
ReRoutes = new List<ReRoute>
|
||||
{
|
||||
new Route
|
||||
new ReRoute
|
||||
{
|
||||
Downstream = "http://localhost:51879/",
|
||||
Upstream = "/heee"
|
||||
DownstreamTemplate = "http://localhost:51879/",
|
||||
UpstreamTemplate = "/"
|
||||
}
|
||||
}
|
||||
}))
|
||||
|
@ -1,3 +1,3 @@
|
||||
Routes:
|
||||
- Downstream: http://localhost:51879/
|
||||
Upstream: /heee
|
||||
ReRoutes:
|
||||
- DownstreamTemplate: http://localhost:51879/
|
||||
UpstreamTemplate: /
|
||||
|
Reference in New Issue
Block a user