videosphere
    Preparing search index...
    • Handles GET requests for this route.

      Parameters

      • _request: NextRequest

        The incoming request object.

      • context: { params: Promise<{ token: string }> }

        Route context containing dynamic params.

      Returns Promise<NextResponse<{ error: string }> | NextResponse<{ valid: boolean }>>

      A response describing the request result.