RSSHub/lib/v2/chinawriter/router.js

4 lines
74 B
JavaScript

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