/
home
/
techb158
/
balavpn.abdallabala.com
/
src
/
app
/
api
/
billing
/
webhook
/
/home/techb158/balavpn.abdallabala.com/src/app/api/billing/webhook
mkdir
upload
Name
Size
Mode
Actions
route.js
259
0644
edit
dl
rm
Edit:
/home/techb158/balavpn.abdallabala.com/src/app/api/billing/webhook/route.js
(259B)
const { jsonResponse } = require("../../../../lib/http"); export async function POST() { return jsonResponse({ received: true, message: "Stripe webhook endpoint placeholder. Verify signature and update subscription rows before production." }); }
Save
cmd:
run