Commit a8da4f3f authored by Clement Ho's avatar Clement Ho

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
parents 421957cf 45254cd2
......@@ -8,4 +8,5 @@ export default {
OK: 200,
MULTIPLE_CHOICES: 300,
BAD_REQUEST: 400,
NOT_FOUND: 404,
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment