GustWeb.DashboardRouter (gust_web v0.1.30)

Router macro that mounts the Gust dashboard at a chosen path.

Import this module into your Phoenix router and call gust_dashboard/1 (or gust_dashboard/0 using the default options) inside a scope block:

import GustWeb.DashboardRouter

scope "/" do
  pipe_through :browser
  gust_dashboard()
end

Summary

Functions

gust_dashboard(opts \\ [])

(macro)