1
2
3
export function handler(e: Request) {
return new Response("xxxxxxx");
}