Serve local cover images

This commit is contained in:
Claudio Ortolina
2024-09-16 09:50:07 +01:00
parent f1160eddd4
commit afc1802399
12 changed files with 92 additions and 15 deletions
+1
View File
@@ -18,6 +18,7 @@ defmodule MusicLibraryWeb.Router do
pipe_through :browser
get "/", PageController, :home
get "/images/:record_id", ImageController, :show
live "/records", RecordLive.Index, :index
live "/records/new", RecordLive.Index, :new