Files
RSSHub/lib/v2/allrecode/maintainer.js
Ethan Shen 420ed7d23c feat(route): add 重构 (#10153)
* feat(route): add 重构

* fix typo
2022-07-06 20:41:03 +08:00

6 lines
112 B
JavaScript

module.exports = {
'/news': ['nczitzk'],
'/recommends': ['nczitzk'],
'/:category?': ['nczitzk'],
};