export async function GET() { return Response.json({ test: 1 }); }