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/getrawdata.json
vendored
3
pkg/api/testdata/getrawdata.json
vendored
|
@ -30,6 +30,7 @@
|
|||
"addPrefix": {
|
||||
"prefix": "/toto"
|
||||
},
|
||||
"status": "enabled",
|
||||
"usedBy": [
|
||||
"bar@myprovider"
|
||||
]
|
||||
|
@ -38,6 +39,7 @@
|
|||
"addPrefix": {
|
||||
"prefix": "/titi"
|
||||
},
|
||||
"status": "enabled",
|
||||
"usedBy": [
|
||||
"test@myprovider"
|
||||
]
|
||||
|
@ -48,6 +50,7 @@
|
|||
"admin:admin"
|
||||
]
|
||||
},
|
||||
"status": "enabled",
|
||||
"usedBy": [
|
||||
"bar@myprovider",
|
||||
"test@myprovider"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue