added debuge message

Signed-off-by: walamana <joniogerg@gmail.com>
This commit is contained in:
walamana 2018-05-24 16:38:12 +02:00
parent f62311d20a
commit 133bd205d2

2
app.js
View File

@ -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) => {