Skip to content

Commit

Permalink
API url changed from app.mailerlite.com to api.mailerlite.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Justinas Pošiūnas committed May 11, 2018
1 parent b52a04c commit 26e6fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MailerLite/Base/RestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RestBase {
$apiKey = '',
$path = '';

public function __construct ($url = 'https://app.mailerlite.com/api/v1/', $verb = 'GET')
public function __construct ($url = 'https://api.mailerlite.com/api/v1/', $verb = 'GET')
{
$this->url = $url;
$this->verb = $verb;
Expand Down

0 comments on commit 26e6fe9

Please sign in to comment.