Skip to content

Commit

Permalink
URL changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Vidal authored Jun 20, 2018
1 parent 2027d27 commit e12157b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DNI.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DNI

public function __construct($apiToken)
{
$this->baseUri = "https://tecactus.com/";
$this->baseUri = "https://consulta.pe/";
$this->apiToken = $apiToken;
$this->client = new Client(['base_uri' => $this->baseUri, 'verify' => __DIR__.'/cacert.pem', 'headers' => ['Accept' => 'application/json', 'Authorization' => "Bearer {$this->apiToken}"]]);
}
Expand Down Expand Up @@ -58,4 +58,4 @@ protected function validate($value)
}
return false;
}
}
}

0 comments on commit e12157b

Please sign in to comment.