KantaWeb.Router (kanta v0.4.1)

Summary

Functions

Callback invoked by Plug on every request.

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

Functions

Link to this function

append_last_path(paths, path)

@spec append_last_path(list(), binary()) :: list()
Link to this function

call(conn, opts)

Callback invoked by Plug on every request.

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

Link to this macro

internal_dashboard_scoped_path(path)

(macro)
Link to this macro

kanta_api(path \\ "/kanta-api")

(macro)
Link to this macro

kanta_dashboard(path \\ "/kanta", opts \\ [])

(macro)