RSSHub/lib/v2/abc/router.js

4 lines
71 B
JavaScript

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