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