Merge pull request #36 from tofers/patch-1

Change url address
This commit is contained in:
Alex
2026-06-27 09:38:23 +03:00
committed by GitHub
+1 -1
View File
@@ -52,7 +52,7 @@ class Api
public const string API_VERSION = '1.2.5';
private const string API_BASE_URL = 'https://platform-api.max.ru';
private const string API_BASE_URL = 'https://platform-api2.max.ru';
private const string METHOD_GET = 'GET';
private const string METHOD_POST = 'POST';