randydev commited on
Commit
8ad6d02
·
verified ·
1 Parent(s): 42c76b9

Update plugins/trendings.js

Browse files
Files changed (1) hide show
  1. 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 };