response-code.js 125 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 module.exports = { success: 200, notModified: 304, notFound: 404, badRequest: 400, internalError: 500 };