Update plugins/trendings.js
Browse files- plugins/trendings.js +3 -1
plugins/trendings.js
CHANGED
@@ -56,4 +56,6 @@ TrendingNewRoutes.get("/api/v1/trending/combo", authenticateApiKey, apiLimiter,
|
|
56 |
} catch (error) {
|
57 |
res.status(500).json({ error: "Failed to fetch user info" });
|
58 |
}
|
59 |
-
});
|
|
|
|
|
|
56 |
} catch (error) {
|
57 |
res.status(500).json({ error: "Failed to fetch user info" });
|
58 |
}
|
59 |
+
});
|
60 |
+
|
61 |
+
export { TrendingNewRoutes };
|