This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit d9e1671e5b4e5f2a0d000f217dbf2e61d51595b6 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 4 15:05:56 2016 +0100 Fix document file download --- coselmar-ui/src/main/webapp/js/coselmar-controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/js/coselmar-controllers.js b/coselmar-ui/src/main/webapp/js/coselmar-controllers.js index 4e0d277..9665e4f 100644 --- a/coselmar-ui/src/main/webapp/js/coselmar-controllers.js +++ b/coselmar-ui/src/main/webapp/js/coselmar-controllers.js @@ -411,7 +411,7 @@ coselmarControllers.controller("DocumentViewCtrl", ['$scope', '$route', '$location', '$routeParams', 'coselmarConfig', 'notify', 'documentService', 'errorService', function($scope, $route, $location, $routeParams, coselmarConfig, notify, documentService, errorService) { - $scope.container = {baseUrl : coselmarConfig.BASE_URL}; + $scope.container = {baseUrl : coselmarConfig.BASE_URL + "v1"}; $scope.upload = {}; $scope.users = []; $scope.hasErrors = false; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.