We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977de0e commit a4015d9Copy full SHA for a4015d9
apps/frontend/src/composables/servers/servers-fetch.ts
@@ -84,7 +84,7 @@ export async function useServersFetch<T>(
84
? `${base}/modrinth/v${version}/${path.replace(/^\//, '')}`
85
: version === 'internal'
86
? `${base}/_internal/${path.replace(/^\//, '')}`
87
- : `${base}/modrinth/v${version}/${path.replace(/^\//, '')}`
+ : `${base}/v${version}/${path.replace(/^\//, '')}`
88
89
const headers: Record<string, string> = {
90
'User-Agent': 'Modrinth/1.0 (https://modrinth.com)',
0 commit comments