mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
8 lines
195 B
JavaScript
8 lines
195 B
JavaScript
module.exports = {
|
|
'/bookmarks/:id': ['LogicJake'],
|
|
'/latest': ['Director-0428'],
|
|
'/popular/:range?': ['WenryXu'],
|
|
'/user_article/:id': ['LogicJake'],
|
|
'/wen': ['WenryXu'],
|
|
};
|