diff options
| author | Frank <[email protected]> | 2025-09-03 11:50:18 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-03 11:50:18 -0400 |
| commit | afebe920b267431272bd4cc81111848ab5eb21a3 (patch) | |
| tree | a1d063f695ca334af46e3d9de9a748cb047d4785 | |
| parent | 6921702605108b5a72cc4a703c3c1b13125f624e (diff) | |
| download | opencode-afebe920b267431272bd4cc81111848ab5eb21a3.tar.gz opencode-afebe920b267431272bd4cc81111848ab5eb21a3.zip | |
wip console
| -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 faea8826d..f81e9c45a 100644 --- a/infra/cloud.ts +++ b/infra/cloud.ts @@ -68,7 +68,7 @@ export const auth = new sst.cloudflare.Worker("AuthApi", { // GATEWAY //////////////// -export const stripeWebhook = new WebhookEndpoint("StripeWebhook", { +export const stripeWebhook = new WebhookEndpoint("StripeWebhookEndpoint", { url: $interpolate`https://${domain}/stripe/webhook`, enabledEvents: [ "checkout.session.async_payment_failed", |
