Router

From ElixirBlocks
Revision as of 00:44, 15 March 2024 by Admin (talk | contribs) (Created page with "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'''")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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