mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 07:28:35 +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) {
|
||||
// redirect to checkout session
|
||||
return NextResponse.redirect(new URL(session.url), 303);
|
||||
return NextResponse.redirect(session.url, 303);
|
||||
}
|
||||
|
||||
return NextResponse.json(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue