Add Oban Live Dashboard

This commit is contained in:
Mark Felder 2024-07-17 09:32:29 -04:00
commit 4cbb59c8f6
4 changed files with 4 additions and 1 deletions

View file

@ -988,7 +988,7 @@ defmodule Pleroma.Web.Router do
scope "/" do
pipe_through([:pleroma_html, :authenticate, :require_admin])
live_dashboard("/phoenix/live_dashboard")
live_dashboard("/phoenix/live_dashboard", additional_pages: [oban: Oban.LiveDashboard])
end
# Test-only routes needed to test action dispatching and plug chain execution