-
Move some of the routing logic into the route locator · 2cdcd767Dave Syer authored
We now support prefix stripping per service, e.g. zuul: routes: customers: path: /customers/** stripPrefix: true Will route /customers/101 -> /101 (on the customers service) See gh-77
2cdcd767
×