We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0365c commit 7f1badfCopy full SHA for 7f1badf
src/routes/auth/signup/+server.ts
@@ -2,7 +2,7 @@ import { error } from "@sveltejs/kit"
2
import { formatError } from "$lib/utils"
3
import { createStripeCustomer } from "$lib/server/stripe.server"
4
5
-export const GET = async ({ request, locals: { supabaseServer } }) => {
+export const POST = async ({ request, locals: { supabaseServer } }) => {
6
console.log("💻 Launcher sign up")
7
const data = await request.json()
8
const access_token = data?.access_token
0 commit comments