• This controller will mark user as verified. this can be used by admin to mark any user as verified

    Author

    aayushchugh, is-it-ayush

    Parameters

    • req: Request<{
          id: string;
      }, any, any, ParsedQs, Record<string, any>>

      request

    • res: Response<any, Record<string, any>>

      response

    Returns Promise<Response<any, Record<string, any>>>

Generated using TypeDoc