securis/src/main/webapp/js/login.js
.. .. @@ -12,7 +12,7 @@ 12 12 $scope.submit = function() { 13 13 console.log('Sending user: ' + $scope.username + ' pass: ' + $scope.password); 14 14 $http({ method: 'POST', 15 - url: '/user/login',15 + url: 'user/login',16 16 headers: { 17 17 "Content-Type": "application/x-www-form-urlencoded" 18 18 },