mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
10 lines
277 B
JavaScript
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'],
|
|
};
|