From 79435726ed870d8395154e539ba2d9eb7789e0de Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Fri, 14 Nov 2014 13:46:37 +0000
Subject: [PATCH] #2021 fix - Fixed some JS code to work with a WAR deployment
---
securis/src/main/webapp/js/main.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/securis/src/main/webapp/js/main.js b/securis/src/main/webapp/js/main.js
index ff529be..aa73fd3 100644
--- a/securis/src/main/webapp/js/main.js
+++ b/securis/src/main/webapp/js/main.js
@@ -90,7 +90,7 @@
$location.path('/login');
if ($store.get('token') != null) {
- $http.get('/check', {
+ $http.get('check', {
headers: {
'X-SECURIS-TOKEN': $store.get('token')
}
--
Gitblit v1.3.2