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