Skip to content

Commit 7f1badf

Browse files
committed
typo
1 parent ef0365c commit 7f1badf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/auth/signup/+server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { error } from "@sveltejs/kit"
22
import { formatError } from "$lib/utils"
33
import { createStripeCustomer } from "$lib/server/stripe.server"
44

5-
export const GET = async ({ request, locals: { supabaseServer } }) => {
5+
export const POST = async ({ request, locals: { supabaseServer } }) => {
66
console.log("💻 Launcher sign up")
77
const data = await request.json()
88
const access_token = data?.access_token

0 commit comments

Comments
 (0)