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

View File

@@ -0,0 +1,3 @@
module.exports = {
'/comments/:user/:repo/:type/:number': ['TonyRL'],
};