Skip to content

Commit

Permalink
Correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
tbleckert committed May 17, 2019
1 parent 7c6851d commit 3baf534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Minutemailer/Minutemailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Minutemailer

public function __construct($personalAccessToken)
{
$this->baseUrl = 'http://api.minutemailer.test';
$this->baseUrl = 'https://api.minutemailer.com';
$this->version = 'v1';
$this->personalAccessToken = $personalAccessToken;
$this->client = new Client([
Expand Down

0 comments on commit 3baf534

Please sign in to comment.