downloads endpoint route fix
This commit is contained in:
@@ -254,7 +254,7 @@ const allReleases = computed(() => [...stableReleases.value, ...devReleases.valu
|
||||
const latestStable = computed(() => stableReleases.value[0] ?? null)
|
||||
|
||||
const downloadUrl = (path: string) =>
|
||||
`/download?path=${encodeURIComponent(path.replace('/file/', ''))}`
|
||||
`/api/download?path=${encodeURIComponent(path.replace('/file/', ''))}`
|
||||
|
||||
onMounted(async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user