RSSHub/lib/v2/mrm/router.js

4 lines
76 B
JavaScript

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