You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
448 B
28 lines
448 B
[ |
|
{ |
|
"id": "desk-route", |
|
"order": 0, |
|
"predicates": [ |
|
{ |
|
"name": "Path", |
|
"args": { |
|
"pattern": "/blade-desk/**" |
|
} |
|
} |
|
], |
|
"filters": [], |
|
"uri": "lb://blade-desk-me" |
|
}, |
|
{ |
|
"id": "example-route", |
|
"order": 0, |
|
"predicates": [{ |
|
"name": "Path", |
|
"args": { |
|
"pattern": "/example" |
|
} |
|
}], |
|
"filters": [], |
|
"uri": "http://www.example.com" |
|
} |
|
]
|
|
|