Fix LiveDashboard redirect not working when user added a path segment

/phoenix/live_dashboard -> /pleroma/live_dashboard would work

/phoenix/live_dashboard/ecto_stats -> /pleroma/live_dashboard/ecto_stats
would not work and instead reply with FE.
This commit is contained in:
Phantasm 2026-02-16 17:04:00 +01:00
commit 699a7e57e8
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8
4 changed files with 19 additions and 3 deletions

View file

@ -0,0 +1 @@
Fix /phoenix/live_dashboard redirect not working when user added a path segment