Add wishlist show
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user