Skip to content

Commit

Permalink
Use branch
Browse files Browse the repository at this point in the history
  • Loading branch information
timuric committed Aug 21, 2024
1 parent d946546 commit 4566de1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/api/demo-payment/route.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const removeWhiteSpace = (str: string): string => {
return str.replaceAll(/[\t\n]/g, "");
};
const url = `https://${process.env.VERCEL_URL}`;

const url = `https://${process.env.VERCEL_BRANCH_URL}`;

export async function GET() {
return Response.json({
Expand Down

0 comments on commit 4566de1

Please sign in to comment.