RSSHub/lib/v2/secrss/router.js

5 lines
135 B
JavaScript

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