RSSHub/lib/v2/anquanke/router.js

5 lines
132 B
JavaScript

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