Add GitHub Issue closes #351 (#445)

This commit is contained in:
Henry Wang
2018-08-12 17:59:04 +01:00
committed by DIYgod
parent 58ae45a4d5
commit 77fb8cb05a
4 changed files with 47 additions and 0 deletions

View File

@@ -263,6 +263,7 @@ if (config.github && config.github.access_token) {
logger.warn('GitHub Repos RSS is disabled for lacking config.');
}
router.get('/github/trending/:since/:language?', require('./routes/github/trending'));
router.get('/github/issue/:user/:repo', require('./routes/github/issue'));
// konachan
router.get('/konachan/post', require('./routes/konachan/post'));