Commit 287a7757 authored by Filipa Lacerda's avatar Filipa Lacerda

Backport EE http status codes new file to CE

parent c72c8e9a
/**
* 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