RSSHub/lib/v2/nwafu/router.js

4 lines
85 B
JavaScript

module.exports = function (router) {
router.get('/:type?', require('./all'));
};