RSSHub/lib/v2/oceanengine/router.js

4 lines
109 B
JavaScript

module.exports = (router) => {
router.get('/index/:keyword/:channel?', require('./arithmeticIndex'));
};