Add Oban Live Dashboard
This commit is contained in:
parent
683c4f0867
commit
4cbb59c8f6
4 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue