@@ -36,7 +36,7 @@ app.config(['$authProvider', '$httpProvider', '$stateProvider', '$urlRouterProvi
if(resp.status == 444){
// $state.go('login.signin');
if(window.location.hash !== '#/login/signin'){
- window.location.href = 'http://localhost:8080';
+ window.location.href = '/';
}