securis/src/main/webapp/js/main.js
.. .. @@ -90,7 +90,7 @@ 90 90 $location.path('/login'); 91 91 if ($store.get('token') != null) { 92 92 93 - $http.get('/check', {93 + $http.get('check', {94 94 headers: { 95 95 'X-SECURIS-TOKEN': $store.get('token') 96 96 }