From 133bd205d29289308a6934abb8ddc0f0e9b3eb16 Mon Sep 17 00:00:00 2001 From: walamana Date: Thu, 24 May 2018 16:38:12 +0200 Subject: [PATCH] added debuge message Signed-off-by: walamana --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 897eb1c..7691161 100644 --- a/app.js +++ b/app.js @@ -37,7 +37,7 @@ con.connect(err => { app.get('/', (req, res) => { console.log(con); - res.send("Welcome to the miniplan api!"); + res.send("Welcome to the miniplan api!: " + cause); }); app.get('/login', (req, res) => {