Implement artist GetByID
This commit is contained in:
@@ -35,5 +35,6 @@ func Routes(router *gin.Engine, userHandler *handlers.UserHandler, artistHandler
|
||||
artist.Use(middleware.JWTAuth(jwtSecret))
|
||||
{
|
||||
artist.GET("/", artistHandler.GetAll)
|
||||
artist.GET("/:id", artistHandler.GetByID)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user