Commit 75ebb196 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch '28721-backport-http-status-code-ee' into 'master'

Backport EE http status codes new file to CE

Closes #28721

See merge request !9549
parents c425f366 287a7757
/**
* exports HTTP status codes
*/
const statusCodes = {
NO_CONTENT: 204,
OK: 200,
};
module.exports = statusCodes;
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