RSSHub/lib/v2/readhub/router.js

4 lines
80 B
JavaScript

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