videosphere
Preparing search index...
app/api/auth/onboarding-state/route
GET
Function GET
GET
(
req
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
hasCompletedOnboarding
:
boolean
}
>
,
>
GET /api/auth/onboarding-state Returns the current user's onboarding completion state.
Parameters
req
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
hasCompletedOnboarding
:
boolean
}
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
videosphere
Loading...
GET /api/auth/onboarding-state Returns the current user's onboarding completion state.