Change the provider separator from . to @
This commit is contained in:
parent
4012599264
commit
e9792b446f
34 changed files with 465 additions and 465 deletions
|
@ -444,8 +444,8 @@ func (s *SimpleSuite) TestMultiprovider(c *check.C) {
|
|||
Routers: map[string]*config.Router{
|
||||
"router1": {
|
||||
EntryPoints: []string{"web"},
|
||||
Middlewares: []string{"file.customheader"},
|
||||
Service: "file.service",
|
||||
Middlewares: []string{"file@customheader"},
|
||||
Service: "file@service",
|
||||
Rule: "PathPrefix(`/`)",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue