1 2 3
export async function GET(request: Request) { return new Response("Hello, this is the API route!"); }