Skip to content

Commit 33d777a

Browse files
authored
Merge pull request #64 from diskovod/patch-6
Update client.py
2 parents 3a0df44 + 64b5a83 commit 33d777a

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)