commit
3f35265858
6 changed files with 136 additions and 101 deletions
|
@ -226,6 +226,11 @@ quayApp.run(['$location', '$rootScope', 'Restangular', 'UserService', 'PlanServi
|
|||
return false;
|
||||
}
|
||||
|
||||
if (response.status == 404) {
|
||||
document.location = '/404';
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue