put oban route under a known prefix
This commit is contained in:
parent
b2b63ad89f
commit
da7998e89e
3 changed files with 3 additions and 3 deletions
|
@ -905,7 +905,7 @@ defmodule Pleroma.Web.Router do
|
||||||
csp_nonce_assign_key: :csp_nonce
|
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
|
end
|
||||||
|
|
||||||
# Test-only routes needed to test action dispatching and plug chain execution
|
# Test-only routes needed to test action dispatching and plug chain execution
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||||
<title>
|
<title>
|
||||||
<%= Config.get([:instance, :name]) %>
|
{Config.get([:instance, :name])}
|
||||||
</title>
|
</title>
|
||||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="manifest" type="applicaton/manifest+json" {%{href: ~p"/web/manifest.json"}} />
|
<link rel="manifest" type="applicaton/manifest+json" {%{href: ~p"/web/manifest.json"}} />
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||||
<title>
|
<title>
|
||||||
<%= Config.get([:instance, :name]) %>
|
{Config.get([:instance, :name])}
|
||||||
</title>
|
</title>
|
||||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="manifest" type="applicaton/manifest+json" {%{href: ~p"/web/manifest.json"}} />
|
<link rel="manifest" type="applicaton/manifest+json" {%{href: ~p"/web/manifest.json"}} />
|
||||||
|
|
Loading…
Reference in a new issue