diff --git a/src/main/app/common/services/Configuration.coffee b/src/main/app/common/services/Configuration.coffee index c33cdae..95b30e9 100755 --- a/src/main/app/common/services/Configuration.coffee +++ b/src/main/app/common/services/Configuration.coffee @@ -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/' }