Improve error on router without service.
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
This commit is contained in:
parent
c39a550b00
commit
1800b0b69c
13 changed files with 125 additions and 40 deletions
3
pkg/api/testdata/middlewares.json
vendored
3
pkg/api/testdata/middlewares.json
vendored
|
@ -5,6 +5,7 @@
|
|||
},
|
||||
"name": "addPrefixTest@anotherprovider",
|
||||
"provider": "anotherprovider",
|
||||
"status": "enabled",
|
||||
"usedBy": [
|
||||
"bar@myprovider"
|
||||
]
|
||||
|
@ -15,6 +16,7 @@
|
|||
},
|
||||
"name": "addPrefixTest@myprovider",
|
||||
"provider": "myprovider",
|
||||
"status": "enabled",
|
||||
"usedBy": [
|
||||
"test@myprovider"
|
||||
]
|
||||
|
@ -27,6 +29,7 @@
|
|||
},
|
||||
"name": "auth@myprovider",
|
||||
"provider": "myprovider",
|
||||
"status": "enabled",
|
||||
"usedBy": [
|
||||
"bar@myprovider",
|
||||
"test@myprovider"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue