Split Router code into parts

Plug.Router supports match "pattern", to: SomeRouter" which is like forward but doesn’t strip the matching path segments from the request.

Edit: an example Umbrella App routing with Plug.Router app & Phoenix app

1 Like