Skip to content

Commit 64b5a83

Browse files
authored
Update client.py
Updated link lin 15
1 parent a7748c3 commit 64b5a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailjet_rest/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class Config(object):
15-
DEFAULT_API_URL = 'https://api.eu.mailjet.com/'
15+
DEFAULT_API_URL = 'https://api.mailjet.com/'
1616
API_REF = 'http://dev.mailjet.com/email-api/v3/'
1717
version = 'v3'
1818
user_agent = 'mailjet-apiv3-python/v' + get_version()

0 commit comments

Comments
 (0)