Move /dev/maintenance to /maintenance
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user