Skip to content

Commit

Permalink
fix(modrinth): match index of projects (#14352)
Browse files Browse the repository at this point in the history
  • Loading branch information
SettingDust authored Jan 31, 2024
1 parent 655c59d commit 4627eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v2/modrinth/radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
{
title: 'Project versions',
docs: 'https://docs.rsshub.app/routes/game#modrinth-project-versions',
source: ['/mod/:id/*', '/plugin/:id/*', '/datapack/:id/*', '/shader/:id/*', '/resourcepack/:id/*', '/modpack/:id/*'],
source: ['/mod/:id/*', '/plugin/:id/*', '/datapack/:id/*', '/shader/:id/*', '/resourcepack/:id/*', '/modpack/:id/*', '/mod/:id', '/plugin/:id', '/datapack/:id', '/shader/:id', '/resourcepack/:id', '/modpack/:id'],
target: '/modrinth/project/:id/versions',
},
],
Expand Down

0 comments on commit 4627eea

Please sign in to comment.