RSSHub/lib/v2/subhd/router.js

4 lines
89 B
JavaScript

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