From 6921702605108b5a72cc4a703c3c1b13125f624e Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 3 Sep 2025 11:40:59 -0400 Subject: [PATCH] wip console --- infra/cloud.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/cloud.ts b/infra/cloud.ts index cba32ec7..faea8826 100644 --- a/infra/cloud.ts +++ b/infra/cloud.ts @@ -69,7 +69,7 @@ export const auth = new sst.cloudflare.Worker("AuthApi", { //////////////// export const stripeWebhook = new WebhookEndpoint("StripeWebhook", { - url: $interpolate`https://console.${domain}/stripe/webhook`, + url: $interpolate`https://${domain}/stripe/webhook`, enabledEvents: [ "checkout.session.async_payment_failed", "checkout.session.async_payment_succeeded",