1
2
3
export default async function(req: Request) {
return Response.json({ test: "Hello, world!", "import.meta.url": import.meta.url });
}