/
home
/
techb158
/
balavpn.abdallabala.com
/
src
/
app
/
api
/
billing
/
portal
/
/home/techb158/balavpn.abdallabala.com/src/app/api/billing/portal
mkdir
upload
Name
Size
Mode
Actions
route.js
242
0644
edit
dl
rm
Edit:
/home/techb158/balavpn.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." }); }
Save
cmd:
run