diff --git a/web/srm.config.ts b/web/srm.config.ts index 961b501..0a46898 100644 --- a/web/srm.config.ts +++ b/web/srm.config.ts @@ -15,7 +15,7 @@ const features = { }; const targetUrl = process.env.VERCEL_PROJECT_PRODUCTION_URL || "http://localhost:3000"; -const webhookEndpoint = `${targetUrl}/api/webhook`; +const webhookEndpoint = `https://${targetUrl}/api/webhook`; export const config = {