Frank 5 ماه پیش
والد
کامیت
6921702605
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      infra/cloud.ts

+ 1 - 1
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",