/home/techb158/balavpn.abdallabala.com/src/app/api/billing/webhook
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."
});
}