Skip to content

Commit 21b3fa2

Browse files
committed
update client base url
1 parent af9ea4e commit 21b3fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Client
1212
{
1313
// const BASE_URL = 'https://api.getresponse.com/v3';
14-
const BASE_URL = 'https://api3.getresponse360.com/v3';
14+
const BASE_URL = 'https://api3.getresponse360.pl/v3';
1515

1616
const HTTP_STATUS_CODES_IGNORE_MALFORMED_JSON_BODY = [200, 201, 202];
1717

0 commit comments

Comments
 (0)