mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 16:40:48 +00:00
wip console
This commit is contained in:
parent
6921702605
commit
afebe920b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue