Files
RSSHub/lib/v2/gcores/maintainer.js
StevenRCE0 6a4b939509 feat(route): 机核网添加分类标签和标签路由 (#9239)
* Gcores tagging

* Gcore tags

* Comfort v2

* Update router

* Update router.js

* refactor: use cache.tryGet
2022-03-06 20:06:37 +08:00

5 lines
122 B
JavaScript

module.exports = {
'/category/:category': ['MoguCloud', 'StevenRCE0'],
'/tag/:tag/:category?': ['StevenRCE0'],
};