From fe0fef968aea8b180990520bcf52d8b833778c7e Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Mon, 26 Jul 2021 03:31:30 +0000 Subject: [PATCH] prove to me this is working --- server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.js b/server/app.js index 5e08123..82928d7 100644 --- a/server/app.js +++ b/server/app.js @@ -177,7 +177,7 @@ function CreateDynamicEndpoints() { db2.query('select * from '+endpoint.endpoint+" order by id desc") .then((data)=>{ res.status(200).json({fields:data.fields,rows:data.rows}) - co + console.log({fields:data.fields,rows:data.rows}) }) .catch((err)=>{ res.status(500).send(err.message)