1
2
3
export default async function (req: Request): Promise<Response> {
return new Response('HELLO HELLO', { status: 200 });
}