HubIdentityElixir.Phoenix.Router (HubIdentityElixir v0.1.0) View Source

Link to this section Summary

Functions

Callback invoked by Plug on every request.

HubIdentityElixir routes macro. Use this macro to define the HubIdentityElixir routes. This will call hub_identity_routes/0.

Callback required by Plug that initializes the router for serving web requests.

Link to this section Functions

Callback invoked by Plug on every request.

Link to this macro

hub_identity_routes()

View Source (macro)

HubIdentityElixir routes macro. Use this macro to define the HubIdentityElixir routes. This will call hub_identity_routes/0.

Example

scope "/" do
  hub_identity_routes()
end

Callback required by Plug that initializes the router for serving web requests.