Router

From ElixirBlocks
Revision as of 00:45, 15 March 2024 by Admin (talk | contribs)
Jump to: navigation, search

In Elixir Phoenix the router responsible for "routing" endpoint requests to data.

When you create a new phoenix application named "app" the router file is in this directory:

app / lib / app_web / router.ex