1
0
Fork 0

Improve error on router without service.

Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
This commit is contained in:
Ludovic Fernandez 2019-07-19 16:42:04 +02:00 committed by Traefiker Bot
parent c39a550b00
commit 1800b0b69c
13 changed files with 125 additions and 40 deletions

View file

@ -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"