New Phoenix `mix phx routes --info` flag
Notes
Thereโs a new --info PATH flag for mix phx.routes task (e.g. mix phx.routes
--info /posts) in Phoenix 1.7.
It gives you the module/function and file that gets called by the path/url. Nice helper to find the entry points!