feat(route): add github issues/pull comments (#8128)

This commit is contained in:
Tony
2022-01-23 02:59:54 +07:00
committed by GitHub
parent eb2037c5d1
commit c11bb88f6b
7 changed files with 92 additions and 0 deletions

3
lib/v2/github/router.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = function (router) {
router.get('/comments/:user/:repo/:type/:number', require('./comments'));
};