🗑️ Clean up code
This commit is contained in:
@@ -28,7 +28,6 @@ func MapAPIs(app *fiber.App, baseURL string) {
|
||||
recommendations := api.Group("/recommendations").Name("Recommendations API")
|
||||
{
|
||||
recommendations.Get("/", listRecommendation)
|
||||
recommendations.Get("/friends", listRecommendationFriends)
|
||||
recommendations.Get("/shuffle", listRecommendationShuffle)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user