Skip to content

Commit e3ec6ee

Browse files
committed
Updates hostname for production server
1 parent d2d5e41 commit e3ec6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amadeus/amadeus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Client(Namespaces, Pagination, Validator, HTTP, object):
1313
# The available hosts for this API
1414
HOSTS = {
1515
'test': 'test.api.amadeus.com',
16-
'production': 'production.api.amadeus.com'
16+
'production': 'api.amadeus.com'
1717
}
1818

1919
# The initialization method for the entire module

0 commit comments

Comments
 (0)