• This controller will verify the user this is needed so that we can verify that email given by user is correct

    Author

    aayushchugh

    Parameters

    • req: Request<{
          verificationCode: 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