From 731c811fc33bc807a5437b7f4b54f0766f370cfc Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 28 Mar 2019 09:32:09 -0400 Subject: [PATCH] change message on list route --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index db91ac4..1d78d7e 100644 --- a/index.js +++ b/index.js @@ -151,7 +151,7 @@ server.get('/list_changes', bodyParser.json(), function (req, res) { var callback = function(arg){ sql = arg; - console.log(new Date().toISOString() +"-------------------------get scenario:------------------------------") + console.log(new Date().toISOString() +"-------------------------list changes:------------------------------") console.log(req.body); //parse the where clause into the main sql statement sql = sql.replace(new RegExp("replace_user",'g'),JSON.stringify(req.body))