🗑️ Clean up code

This commit is contained in:
2025-03-09 00:20:27 +08:00
parent 5630988ac2
commit 63c42befb4
2 changed files with 0 additions and 63 deletions

View File

@@ -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)
}