mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
Add github contributors
done: "New" contributors, ordered by commit number ascended todo: Optional "top" contributors
This commit is contained in:
@@ -275,6 +275,8 @@ router.get('/github/search/:query/:sort?/:order?', require('./routes/github/sear
|
||||
router.get('/github/branches/:user/:repo', require('./routes/github/branches'));
|
||||
router.get('/github/file/:user/:repo/:branch/:filepath+', require('./routes/github/file'));
|
||||
router.get('/github/starred_repos/:user', require('./routes/github/starred_repos'));
|
||||
router.get('/github/contributors/:user/:repo/:anon?', require('./routes/github/contributors'));
|
||||
|
||||
// f-droid
|
||||
router.get('/fdroid/apprelease/:app', require('./routes/fdroid/apprelease'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user