Skip to content

Commit

Permalink
fix: wrong config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Oct 1, 2024
1 parent c1a2198 commit 65da5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/srm.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 65da5f5

Please sign in to comment.