Files
RSSHub/lib/v2/dcard/router.js
Tony be39871730 fix(route): dcard (#10705)
* fix(route): dcard

* docs: anti crawler attr
2022-09-06 00:20:27 +08:00

4 lines
92 B
JavaScript

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