-
Strip prefixes from zuul routes by default · dfae4454Dave Syer authored
The default behaviour is now to strip the prefixes (global and route-specific) by default. E.g. zuul: prefix: /api routes: customers: /customers/** Will forward /api/customers/101 to /101 on the customers service See gh-43
dfae4454