This commit is contained in:
2023-08-06 22:33:33 +08:00
parent 04ba13724d
commit 6a3c96b1a0

View File

@@ -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) {