Not working

This commit is contained in:
Claudio Ortolina
2024-12-01 22:31:10 +00:00
parent 2d721774d6
commit 0eaaab7d00
3 changed files with 42 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ defmodule MusicLibraryWeb.Router do
live "/wishlist/:id", WishlistLive.Show, :show
live "/wishlist/:id/show/edit", WishlistLive.Show, :edit
live "/artists/:musicbrainz_id", ArtistLive.Show, :show
end
end