Add endpoint to display an artist image

This commit is contained in:
Claudio Ortolina
2025-04-27 21:18:08 +01:00
parent cacdfbaee0
commit 3d3e758a7a
4 changed files with 90 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ defmodule MusicLibraryWeb.Router do
get "/backup", ArchiveController, :backup
get "/covers/:record_id", CoverController, :show
get "/artists/:musicbrainz_id/image", ArtistController, :image
live "/", StatsLive.Index, :index