Is your feature request related to a problem? Please describe.
Currently mix phx.routes doesn't show the routes that we create.
Describe the solution you'd like
Spoke to Chris Mccord about this, and he says that we can probably write a feature for Plug.Router to hook this up.
Describe alternatives you've considered
If that's not reasonable, we can move away from a Plug.Router, which may be acceptable also. So instead of forwarding to a Plug.Router we would just call a macro in the router that would define all of their routes in-line.
Is your feature request related to a problem? Please describe. Currently
mix phx.routes
doesn't show the routes that we create.Describe the solution you'd like Spoke to Chris Mccord about this, and he says that we can probably write a feature for
Plug.Router
to hook this up.Describe alternatives you've considered
If that's not reasonable, we can move away from a Plug.Router, which may be acceptable also. So instead of forwarding to a Plug.Router we would just call a macro in the router that would define all of their routes in-line.