frontend routes - Requiem-of-Zero/Slapify_project GitHub Wiki
Frontend Routes
/
Homepage
/login
SessionForm
/signup
SessionForm
/users/:userId
ProfileComponent
/albums
AlbumIndex
AlbumIndexItem
/albums/:albumId
AlbumComponent
SongIndex
SongIndexItem
/playlists/:playlistId
PlaylistShow
/artists/:artistId
AlbumIndex
AlbumIndexItem
/playlists/:playlistId/edit
PlaylistForm