stripe
This commit is contained in:
parent
6b35b91ab1
commit
9dc66c5171
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
export const runtime = "nodejs";
|
||||
export const dynamic = "force-dynamic";
|
||||
export const revalidate = 0;
|
||||
|
||||
import { NextRequest, NextResponse } from "next/server";
|
||||
import { getStripe } from "@/lib/stripe/service";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue