fix: DIYgod/RSSHub-Radar#953 (#14828)
This commit is contained in:
parent
f4749544b6
commit
fea53e9716
|
|
@ -31,8 +31,8 @@ export const route: Route = {
|
|||
},
|
||||
radar: [
|
||||
{
|
||||
source: ['github.com/:user/:repo/:type'],
|
||||
target: '/comments/:user/:repo',
|
||||
source: ['github.com/:user/:repo/:type', 'github.com/:user/:repo/:type/:number'],
|
||||
target: '/comments/:user/:repo/:number?',
|
||||
},
|
||||
],
|
||||
name: 'Issue / Pull Request comments',
|
||||
|
|
|
|||
Loading…
Reference in New Issue