mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 20:01:46 +00:00
Standalone raw file redirects (#428)
This commit is contained in:
@@ -189,7 +189,7 @@ export async function* traverseFolder(path: string): AsyncGenerator<TraverseItem
|
||||
i,
|
||||
path,
|
||||
data: await fetcher(
|
||||
next ? `/api?path=${path}&next=${next}` : `/api?path=${path}`,
|
||||
next ? `/api/?path=${path}&next=${next}` : `/api?path=${path}`,
|
||||
hashedToken ?? undefined
|
||||
).catch(error => ({ i, path, error })),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user