Merge pull request #1361 from ecordell/application-problem-json

Return application/problem+json format errors
This commit is contained in:
Evan Cordell 2016-04-12 17:25:14 -04:00
commit 29eb0304e5
30 changed files with 309 additions and 141 deletions

View file

@ -51,4 +51,4 @@ angular.module('quay').directive('signupForm', function () {
}
};
return directiveDefinitionObject;
});
});