mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Bug fix
This commit is contained in:
@@ -104,7 +104,7 @@ export const handler: Handlers = {
|
||||
const b = new URLSearchParams();
|
||||
b.append("verify", tverify);
|
||||
return Response.redirect(
|
||||
`${get_host(req)}/api/file/${f.id}?${b}`,
|
||||
`${get_host(req)}/api/thumbnail/${f.id}?${b}`,
|
||||
);
|
||||
}
|
||||
if (verify !== tverify) {
|
||||
|
||||
Reference in New Issue
Block a user