Add /api/collection/on_this_day endpoint

This commit is contained in:
Claudio Ortolina
2025-10-24 20:06:23 +01:00
parent 09f1b2e71a
commit f02564fa30
4 changed files with 51 additions and 1 deletions
+1
View File
@@ -84,6 +84,7 @@ defmodule MusicLibraryWeb.Router do
get "/collection/latest", CollectionController, :latest
get "/collection/random", CollectionController, :random
get "/collection/on_this_day", CollectionController, :on_this_day
get "/collection", CollectionController, :index
get "/assets/:transform_payload", AssetController, :show
get "/backup", ArchiveController, :backup