update deps also repo dashboard

This commit is contained in:
2024-03-26 17:49:07 +01:00
parent 5bc3d24405
commit b26434b795
3 changed files with 48 additions and 44 deletions

View File

@ -47,7 +47,7 @@ defmodule SomethingErlangWeb.Router do
scope "/dev" do
pipe_through :browser
live_dashboard "/dashboard", metrics: SomethingErlangWeb.Telemetry
live_dashboard "/dashboard", ecto_repos: [SomethingErlang.Repo], metrics: SomethingErlangWeb.Telemetry
forward "/mailbox", Plug.Swoosh.MailboxPreview
end
end