mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 02:58:08 +08:00
fix(route): github comments use api (#9358)
fix(route): github comments use api
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
title: 'Issues / Pull Requests 评论',
|
||||
docs: 'https://docs.rsshub.app/programming.html#github',
|
||||
source: ['/:user/:repo/:type/:number'],
|
||||
target: '/github/comments/:user/:repo/:type/:number',
|
||||
target: '/github/comments/:user/:repo/:number',
|
||||
},
|
||||
{
|
||||
title: '用户仓库',
|
||||
|
||||
Reference in New Issue
Block a user