RSSHub/lib/v2/ruancan/router.js

4 lines
95 B
JavaScript

module.exports = function (router) {
router.get('/:do?/:keyword?', require('./index'));
};