Move /dev/maintenance to /maintenance

This commit is contained in:
Claudio Ortolina
2026-03-18 07:44:22 +00:00
parent 5afb5f9533
commit 1ee4d3465a
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -112,6 +112,8 @@ defmodule MusicLibraryWeb.Router do
live "/scrobble", ScrobbleLive.Index, :index
live "/scrobble/:release_id", ScrobbleLive.Show, :show
live "/maintenance", MaintenanceLive.Index, :index
end
end
end
@@ -156,8 +158,6 @@ defmodule MusicLibraryWeb.Router do
script: :script_nonce
}
live "/maintenance", MusicLibraryWeb.MaintenanceLive.Index, :index
error_tracker_dashboard "/errors",
csp_nonce_assign_key: %{
img: :img_nonce,