Add /api/collection endpoint

This commit is contained in:
Claudio Ortolina
2025-03-10 11:17:51 +00:00
parent bd9f88ab02
commit 3d0eec3bff
4 changed files with 67 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@ defmodule MusicLibraryWeb.Router do
get "/collection/latest", CollectionController, :latest
get "/collection/random", CollectionController, :random
get "/collection", CollectionController, :index
get "/covers/:record_id", CoverController, :show
get "/backup", ArchiveController, :backup
end