From 26e6fe97d7641a09c8a571b7c8fd8440292d4d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justinas=20Pos=CC=8Ciu=CC=84nas?= Date: Fri, 11 May 2018 15:52:45 +0300 Subject: [PATCH] API url changed from app.mailerlite.com to api.mailerlite.com --- src/MailerLite/Base/RestBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MailerLite/Base/RestBase.php b/src/MailerLite/Base/RestBase.php index cf40d76..d191d00 100644 --- a/src/MailerLite/Base/RestBase.php +++ b/src/MailerLite/Base/RestBase.php @@ -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;