rsanchez
2014-11-14 79435726ed870d8395154e539ba2d9eb7789e0de
securis/src/main/webapp/js/main.js
....@@ -90,7 +90,7 @@
9090 $location.path('/login');
9191 if ($store.get('token') != null) {
9292
93
- $http.get('/check', {
93
+ $http.get('check', {
9494 headers: {
9595 'X-SECURIS-TOKEN': $store.get('token')
9696 }