Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wesselhoeft committed Jul 28, 2011
1 parent 3dd080a commit 47f77b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/armory.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function get(options, callback) {

var path = '/api/' + options.game + options.path,

uri = encodeURI('http://' + options.region + '.battle.net' +
uri = encodeURI('https://' + options.region + '.battle.net' +
path + options.query),

headers = { 'Connection': 'keep-alive' };
Expand Down

0 comments on commit 47f77b7

Please sign in to comment.