Skip to content

Commit

Permalink
fixed port issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolukas committed Jan 15, 2016
1 parent 3cea15b commit c53f58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/app/common/services/Configuration.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ angular.module(name, []).factory(name, ['$location', ($location) ->
installation:
host: host
websocketurl: 'ws://'+$location.host()+':8010/'
httpurl: 'http://'+$location.host()+'/'
httpurl: 'http://'+$location.host()+':8080/'

}

Expand Down

0 comments on commit c53f58a

Please sign in to comment.