Skip to content

Commit

Permalink
Merge pull request #21 from kfitzgerald/http-deprecation
Browse files Browse the repository at this point in the history
Change default protocol to HTTPS
  • Loading branch information
Jason Morgan authored Aug 26, 2016
2 parents 674010a + 542bfa4 commit 0f3f034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var AlchemyAPI = function(api_key, opts) {
var settings = {
format: "json"
,api_url: "gateway-a.watsonplatform.net"
,protocol: "http"
,protocol: "https"
};

settings = extend(settings, opts);
Expand Down

0 comments on commit 0f3f034

Please sign in to comment.