mirror of
https://github.com/joeseesun/wechat-radar.git
synced 2026-09-10 01:08:29 +09:00
Publish updated WeChat Radar
This commit is contained in:
@@ -30,7 +30,7 @@ export async function GET(req: NextRequest) {
|
||||
return new Response('image not found in wx cache', { status: 404 });
|
||||
}
|
||||
|
||||
const buf = await readFile(/*turbopackIgnore: true*/ found.path);
|
||||
const buf = await readFile(found.path);
|
||||
return new Response(new Uint8Array(buf), {
|
||||
headers: {
|
||||
'Content-Type': mimeFor(found.format),
|
||||
|
||||
Reference in New Issue
Block a user