From 2016b0df6080ce8c058f7d6711e95f59ecd63fb3 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Fri, 6 Mar 2020 17:20:23 +0100 Subject: [PATCH] fix naming --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d4a6dfd..92d4c7f 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ 'use strict'; module.exports = { - http_consts: { + http: { status_ok: 200, status_ok_no_content: 204, status_bad_request: 400,