123export default async function (req: Request): Promise<Response> { return Response.json({ ok: "hello!" }) }