1
2
3
export default async function (req: Request): Promise<Response> {
return Response.json( {message: 'hello!!'})
}