put oban route under a known prefix

This commit is contained in:
Floatingghost 2025-02-23 16:16:17 +00:00
parent b2b63ad89f
commit da7998e89e
3 changed files with 3 additions and 3 deletions

View file

@ -905,7 +905,7 @@ defmodule Pleroma.Web.Router do
csp_nonce_assign_key: :csp_nonce
)
oban_dashboard("/oban/dashboard", csp_nonce_assign_key: :csp_nonce)
oban_dashboard("/akkoma/oban", csp_nonce_assign_key: :csp_nonce)
end
# Test-only routes needed to test action dispatching and plug chain execution

View file

@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>
<%= Config.get([:instance, :name]) %>
{Config.get([:instance, :name])}
</title>
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="manifest" type="applicaton/manifest+json" {%{href: ~p"/web/manifest.json"}} />

View file

@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>
<%= Config.get([:instance, :name]) %>
{Config.get([:instance, :name])}
</title>
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="manifest" type="applicaton/manifest+json" {%{href: ~p"/web/manifest.json"}} />