Skip to content

Commit e33d833

Browse files
author
Justinas Pošiūnas
committed
http changed to https
1 parent 0323d92 commit e33d833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/ApiConstants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace MailerLiteApi\Common;
44

55
class ApiConstants {
6-
const BASE_URL = "http://api.mailerlite.com/api/";
6+
const BASE_URL = "https://api.mailerlite.com/api/";
77
const VERSION = "v2";
88
const SDK_USER_AGENT = "MailerLite PHP SDK";
99
const SDK_VERSION = "2.0";

0 commit comments

Comments
 (0)