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

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

5 lines
101 B
JavaScript

module.exports = {
'/posts/:type?': ['DIYgod'], // alias
'/:section/:type?': ['HenryQW'],
};