Merge branch 'unify-http_status.js' into 'master'

Add NOT_FOUND: 404 to http_status.js from EE

See merge request gitlab-org/gitlab-ce!19659
This commit is contained in:
Clement Ho 2018-06-11 17:53:07 +00:00
commit a8da4f3fa8
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@ export default {
OK: 200,
MULTIPLE_CHOICES: 300,
BAD_REQUEST: 400,
NOT_FOUND: 404,
};