Skip to content

Commit

Permalink
Hapi dependency updated
Browse files Browse the repository at this point in the history
Hapi updated to v11.1.4
  • Loading branch information
Dindaleon committed Jan 1, 2016
1 parent fac32ee commit 4e37479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"bell": "^6.0.0",
"bluebird": "^3.1.1",
"h2o2": "^5.0.0",
"hapi": "^11.0.0",
"hapi": "^11.1.4",
"hapi-auth-cookie": "^3.1.0",
"hapi-auth-jwt2": "^5.1.3",
"hapi-swagger": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/server.js
Expand Up @@ -51,7 +51,7 @@ export default function( callback ) {
labels: [ 'api' ],
routes: {
cors: {
origin: [ 'http://' + SERVER_HOST + ':' + WS_PORT ]
origin: [ PROTOCOL + SERVER_HOST + ':' + WS_PORT ]
}
}
});
Expand Down

0 comments on commit 4e37479

Please sign in to comment.