View Source ZoonkWeb.Router (Zoonk v0.3.0-alpha)
Defines the application's routing logic using the Phoenix.Router
module.
See https://hexdocs.pm/phoenix/routing.html for more information.
Link to this section Summary
Functions
The API pipeline defines a set of plugs that are run for every request done to the API.
The browser pipeline defines a set of plugs that are run for every request done in the browser.
Callback invoked by Plug on every request.
Callback required by Plug that initializes the router for serving web requests.
Link to this section Functions
The API pipeline defines a set of plugs that are run for every request done to the API.
The browser pipeline defines a set of plugs that are run for every request done in the browser.
Callback invoked by Plug on every request.
Callback required by Plug that initializes the router for serving web requests.