mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
feat(route): add github issues/pull comments (#8128)
This commit is contained in:
3
lib/v2/github/router.js
Normal file
3
lib/v2/github/router.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/comments/:user/:repo/:type/:number', require('./comments'));
|
||||
};
|
||||
Reference in New Issue
Block a user