// Rota legada do Stripe — substituída por /api/asaas-webhook import { NextResponse } from "next/server" export async function GET() { return NextResponse.json({ message: "Use ASAAS checkout via Server Actions" }, { status: 410 }) }