forked from Archives/Athou_commafeed
fix build
This commit is contained in:
@@ -14,7 +14,7 @@ app.config([ '$routeProvider', '$stateProvider', '$urlRouterProvider', '$httpPro
|
||||
var error = function (response) {
|
||||
var status = response.status;
|
||||
if (status == 401) {
|
||||
window.location = "logout";
|
||||
window.location = 'logout';
|
||||
return;
|
||||
} else {
|
||||
return $q.reject(response);
|
||||
|
||||
Reference in New Issue
Block a user