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