videosphere
    Preparing search index...
    • POST(
          req: NextRequest,
          props: { params: Promise<{ id: string }> },
      ): Promise<NextResponse<unknown>>

      Handles POST requests for this route.

      Parameters

      • req: NextRequest

        The incoming request object.

      • props: { params: Promise<{ id: string }> }

        Route params.

      Returns Promise<NextResponse<unknown>>

      A response describing the request result.