mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
7 lines
188 B
JavaScript
7 lines
188 B
JavaScript
module.exports = {
|
|
'/author/:byline': ['kevinschaul'],
|
|
'/book/:category?': ['melvinto'],
|
|
'/daily_briefing_chinese': ['yueyericardo', 'nczitzk'],
|
|
'/:lang?': ['HenryQW'],
|
|
};
|