/home/techb158/cosmic-risk.abdallabala.com/src/app/api/billing/portal
NameSizeModeActions
route.js2420644editdlrm
Edit: /home/techb158/cosmic-risk.abdallabala.com/src/app/api/billing/portal/route.js (242B)
const { jsonResponse } = require("../../../../lib/http"); export async function POST() { return jsonResponse({ message: "Stripe billing portal boundary is ready. Configure STRIPE_SECRET_KEY and customer IDs before production." }); }