forked from SW/traefik
API: new contract
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
This commit is contained in:
13
pkg/api/testdata/router-bar.json
vendored
Normal file
13
pkg/api/testdata/router-bar.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"entryPoints": [
|
||||
"web"
|
||||
],
|
||||
"middlewares": [
|
||||
"auth",
|
||||
"anotherprovider.addPrefixTest"
|
||||
],
|
||||
"name": "myprovider.bar",
|
||||
"provider": "myprovider",
|
||||
"rule": "Host(`foo.bar`)",
|
||||
"service": "myprovider.foo-service"
|
||||
}
|
||||
Reference in New Issue
Block a user