mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 13:08:14 +08:00
6 lines
150 B
JavaScript
6 lines
150 B
JavaScript
module.exports = {
|
|
'/blogs/:tag': ['shiluanzzz'],
|
|
'/channel/:name': ['LogicJake', 'Fatpandac'],
|
|
'/user/:name': ['leyuuu', 'Fatpandac']
|
|
};
|