fix: DIYgod/RSSHub-Radar#953 (#14828)

This commit is contained in:
qixingchen 2024-03-18 16:54:07 +08:00 committed by GitHub
parent f4749544b6
commit fea53e9716
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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',