RSSHub/lib/v2/dcard/router.js

4 lines
92 B
JavaScript

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