This commit is contained in:
1
main.go
1
main.go
@@ -56,7 +56,6 @@ func main() {
|
||||
r.Route("/api/artists", func(r chi.Router) {
|
||||
r.Get("/", libraryController.GetArtists)
|
||||
r.Get("/{id}", libraryController.GetArtist)
|
||||
r.Get("/{id}", libraryController.GetArtist)
|
||||
r.Get("/{id}/songs", libraryController.GetSongsByArtist)
|
||||
r.Get("/{id}/albums", libraryController.GetAlbumsByArtist)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user