ZWeb.Router (Portico/Z v0.1.0)
Routes for REST API actions into Z.
We have another way into Z with the HIVE Monitor/Router. See config/prod.exs for HIVE Router config.
Link to this section Summary
Functions
Callback invoked by Plug on every request.
Callback required by Plug that initializes the router for serving web requests.
Link to this section Functions
Link to this function
api(conn, _)
Link to this function
browser(conn, _)
Link to this function
call(conn, opts)
Callback invoked by Plug on every request.
Link to this function
init(opts)
Callback required by Plug that initializes the router for serving web requests.
Link to this function
login_authentication(conn, _)
Link to this function