mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
* feat(routes): 巨量算数 抖音/头条指数波峰监测 v2 * Update lib/v2/oceanengine/arithmeticIndex.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * fix: block unnecessary puppeteer requests
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
module.exports = (router) => {
|
|
router.get('/index/:keyword/:channel?', require('./arithmeticIndex'));
|
|
};
|