Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Loading