diff --git a/api/v1/new.ts b/api/v1/new.ts index e87af55..f7cd153 100644 --- a/api/v1/new.ts +++ b/api/v1/new.ts @@ -79,6 +79,7 @@ export default async (req: Request) => { } const decoder = new TextDecoder(); + console.log(req) const buf = await req.arrayBuffer(); console.log(decoder.decode(buf)) console.log(buf)