From f494ecde1a4ee05141885408205fd2a83b3ee425 Mon Sep 17 00:00:00 2001 From: Killer Boss Original <73131550+killerbossoriginal@users.noreply.github.com> Date: Fri, 8 Jul 2022 12:46:31 +0200 Subject: [PATCH] x --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 283467d..186277a 100644 --- a/index.js +++ b/index.js @@ -94,7 +94,7 @@ async function searchElement(request, response) { var reply = elements } else { var reply = { - status:"Not Found" + status:"404 - Not Found" } } @@ -122,7 +122,7 @@ async function set(request, response) { }; } else { var reply = { - status:"404-Not Found" + status:"404 - Not Found" } }