From 43114f3f8f4bc69afbbb7c7c5ed752a8076fdbf1 Mon Sep 17 00:00:00 2001 From: Walamana Date: Tue, 28 Nov 2017 20:18:29 +0100 Subject: [PATCH] ... Signed-off-by: Walamana --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b5a8f22..99f1275 100644 --- a/app.js +++ b/app.js @@ -35,7 +35,7 @@ con.connect(err => { app.get('/', (req, res) => { - if(!isConnected()){res.send("No Connection to database
" + JSON.stringify(cause));return} + //if(!isConnected()){res.send("No Connection to database
" + JSON.stringify(cause));return} res.send("Welcome to the miniplan api!"); });