Add wishlist show

This commit is contained in:
Claudio Ortolina
2024-10-21 18:39:45 +01:00
parent 9b305ff06a
commit 020430cdb4
5 changed files with 154 additions and 10 deletions
+1
View File
@@ -39,6 +39,7 @@ defmodule MusicLibraryWeb.Router do
live "/records/:id/show/edit", RecordLive.Show, :edit
live "/wishlist", WishlistLive.Index, :index
live "/wishlist/:id", WishlistLive.Show, :show
end
end