RSSHub/lib/v2/oceanengine/router.js

4 lines
101 B
JavaScript

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