Files
RSSHub/lib/v2/readhub/maintainer.js
Fatpandac a48ec3cd82 fix(route): readhub add abstract (#9207)
* fix(route): add abstract

* fix(route): add an optional parameter to control show fulltext or overview
2022-02-28 20:44:10 +08:00

4 lines
91 B
JavaScript

module.export = {
'/:category?/:overview?': ['WhiteWorld', 'nczitzk', 'Fatpandac'],
};