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