mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
fix(route): github comments use api (#9358)
fix(route): github comments use api
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/branches/:user/:repo', require('./branches'));
|
||||
router.get('/comments/:user/:repo/:type/:number', require('./comments'));
|
||||
router.get('/comments/:user/:repo/:type/:number', require('./comments')); // deprecated
|
||||
router.get('/comments/:user/:repo/:number', require('./comments'));
|
||||
router.get('/contributors/:user/:repo/:order?/:anon?', require('./contributors'));
|
||||
router.get('/file/:user/:repo/:branch/:filepath+', require('./file'));
|
||||
router.get('/issue/:user/:repo/:state?/:labels?', require('./issue'));
|
||||
|
||||
Reference in New Issue
Block a user