Navigation Menu

Skip to content

Commit

Permalink
Return endpoint based on the base host instead of configuration host
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent 3557a8f commit a2b2afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/2011-02-01/configuration.js
Expand Up @@ -26,7 +26,7 @@ var handlers = Object.create(null);


function getBaseHostAndPort(config) {
var host = config.configurationHost;
var host = config.baseHost;
if (config.port == 80)
return host;
else
Expand Down

0 comments on commit a2b2afb

Please sign in to comment.