add ecto repo states

This commit is contained in:
2021-09-02 23:41:13 -04:00
committed by oliviasculley
parent e9ababa7e1
commit 5875f32814
3 changed files with 5 additions and 2 deletions

View File

@ -35,7 +35,7 @@ defmodule CanneryWeb.Router do
scope "/" do
pipe_through :browser
live_dashboard "/dashboard", metrics: CanneryWeb.Telemetry
live_dashboard "/dashboard", metrics: CanneryWeb.Telemetry, ecto_repos: [Cannery.Repo]
end
end