diff options
| author | Frank <[email protected]> | 2025-09-03 11:40:59 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-03 11:40:59 -0400 |
| commit | 6921702605108b5a72cc4a703c3c1b13125f624e (patch) | |
| tree | 6e91d313cd975ee23e38c7229304c937f7178863 /infra | |
| parent | 9c6783e88e20ec8f9f4422949d1dcd72fd255536 (diff) | |
| download | opencode-6921702605108b5a72cc4a703c3c1b13125f624e.tar.gz opencode-6921702605108b5a72cc4a703c3c1b13125f624e.zip | |
wip console
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/cloud.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/cloud.ts b/infra/cloud.ts index cba32ec7e..faea8826d 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", |
