Fix API collection record cover URLs

This commit is contained in:
Claudio Ortolina
2025-09-17 11:24:14 +03:00
parent 0996b78c7b
commit b0f4e18ef7
3 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ defmodule MusicLibraryWeb.Router do
get "/collection/latest", CollectionController, :latest
get "/collection/random", CollectionController, :random
get "/collection", CollectionController, :index
get "/covers/:hash", CoverController, :show
get "/covers/:transform_payload", CoverController, :show
get "/backup", ArchiveController, :backup
end