RSSHub/lib/v2/zaozao/router.js

4 lines
97 B
JavaScript

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