mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
module.exports = {
|
|
'/': ['nczitzk'],
|
|
'/tags/:tag?': ['nczitzk'],
|
|
'/categories/:category?': ['nczitzk'],
|
|
};
|