aboutsummaryrefslogtreecommitdiff
path: root/src/app/api/route.ts
blob: a413bcd3f7d68e23c503ed43769e662542f8585c (plain)
1
2
3
export async function GET(request: Request) {
  return new Response("Hello, this is the API route!");
}