Skip to content

Commit 6a6ac7f

Browse files
committed
Updates hostname for production server
1 parent 720de40 commit 6a6ac7f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.0-beta4 - 2018-04-03
4+
5+
Updates hostname for production server
6+
37
## 1.0.0-beta3 - 2018-03-28
48

59
Add support for Amadeus's specific `Accept` request header.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amadeus",
3-
"version": "1.0.0-beta3",
3+
"version": "1.0.0-beta4",
44
"description": "Node library for the Amadeus travel APIs",
55
"main": "lib/amadeus.js",
66
"scripts": {

src/amadeus/client/validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import http from 'http';
33

44
const HOSTS = {
55
'test' : 'test.api.amadeus.com',
6-
'production' : 'production.api.amadeus.com'
6+
'production' : 'api.amadeus.com'
77
};
88

99
const RECOGNIZED_OPTIONS = [

0 commit comments

Comments
 (0)