mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
fix(route): github trending (#12320)
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
||||
'/starred_repos/:user': ['LanceZhu'],
|
||||
'/stars/:user/:repo': ['HenryQW'],
|
||||
'/topics/:name/:qs?': ['queensferryme'],
|
||||
'/trending/:since/:language?/:spoken_language?': ['DIYgod', 'jameschensmith'],
|
||||
'/trending/:since/:language/:spoken_language?': ['DIYgod', 'jameschensmith'],
|
||||
'/user/followers/:user': ['HenryQW'],
|
||||
'/wiki/:user/:repo/:page?': ['TonyRL'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user