Add GitHub branches (#1969)

This commit is contained in:
Max Arnold
2019-04-21 19:41:44 +07:00
committed by DIYgod
parent 697c231f4e
commit fe61f348da
3 changed files with 28 additions and 0 deletions

View File

@@ -340,6 +340,7 @@ router.get('/github/pull/:user/:repo', require('./routes/github/pulls'));
router.get('/github/user/followers/:user', require('./routes/github/follower'));
router.get('/github/stars/:user/:repo', require('./routes/github/star'));
router.get('/github/search/:query/:sort?/:order?', require('./routes/github/search'));
router.get('/github/branches/:user/:repo', require('./routes/github/branches'));
// f-droid
router.get('/fdroid/apprelease/:app', require('./routes/fdroid/apprelease'));