RSSHub/lib/v2/u3c3/router.js

4 lines
97 B
JavaScript

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