Skip to content

Commit

Permalink
Merge remote-tracking branch 'peter/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Kindborg committed Jun 20, 2016
2 parents 2955171 + 0762da2 commit e144d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/hyper/server/user-handler.js
Expand Up @@ -123,7 +123,7 @@ exports.clearUser = function()
function getLoginServerAddress()
{
var serverAddress = SETTINGS.getReloadServerAddress()
serverAddress = serverAddress + ':3003'
serverAddress = serverAddress + '/cloud'
return serverAddress
}

Expand Down

0 comments on commit e144d77

Please sign in to comment.