mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
Update
This commit is contained in:
parent
2a30aab3b8
commit
27d92d1a98
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export async function POST(request: NextRequest) {
|
||||||
|
|
||||||
if (session.url) {
|
if (session.url) {
|
||||||
// redirect to checkout session
|
// redirect to checkout session
|
||||||
return NextResponse.redirect(new URL(session.url), 303);
|
return NextResponse.redirect(session.url, 303);
|
||||||
}
|
}
|
||||||
|
|
||||||
return NextResponse.json(
|
return NextResponse.json(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue