Router
From ElixirBlocks
In Elixir Phoenix this is the file responsible for "routing" endpoint requests to data.
When you create a new phoenix application named "app" the router is in this directory:
app/lib/app_web/router.ex
In Elixir Phoenix this is the file responsible for "routing" endpoint requests to data.
When you create a new phoenix application named "app" the router is in this directory:
app/lib/app_web/router.ex