mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
Github contributors add sort order
This commit is contained in:
@@ -275,7 +275,7 @@ 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'));
|
||||
router.get('/github/contributors/:user/:repo/:order?/:anon?', require('./routes/github/contributors'));
|
||||
|
||||
// f-droid
|
||||
router.get('/fdroid/apprelease/:app', require('./routes/fdroid/apprelease'));
|
||||
|
||||
Reference in New Issue
Block a user