|
|
@@ -63,7 +63,7 @@ angular.module('ambariAdminConsole', [
|
|
|
};
|
|
|
}]);
|
|
|
|
|
|
- $httpProvider.responseInterceptors.push(['$rootScope', '$q', function (scope, $q) {
|
|
|
+ $httpProvider.interceptors.push(['$rootScope', '$q', function (scope, $q) {
|
|
|
function success(response) {
|
|
|
return response;
|
|
|
}
|