Files
RSSHub/lib/v2/hellogithub/maintainer.js
Ethan Shen a6b0803951 feat(route): add HelloGitHub (#11000)
* feat(route): add HelloGitHub

* fix typo

* fix: wrong templates

* fix typo
2022-10-05 22:30:49 +08:00

10 lines
277 B
JavaScript

module.exports = {
'/article/:sort?/:id?': ['moke8', 'nczitzk'],
'/hot/:id?': ['nczitzk'],
'/last/:id?': ['nczitzk'],
'/month': ['moke8', 'nczitzk'],
'/ranking/:type?': ['moke8', 'nczitzk'],
'/report/:type?': ['nczitzk'],
'/volume': ['nczitzk'],
};