diff --git a/index.js b/index.js index 0b9b090..eb6d629 100644 --- a/index.js +++ b/index.js @@ -104,7 +104,7 @@ async function searchElement(request, response) { // Set a db variable */ app.post('/api/database/set', async (request, response) => { - console.log('\n\n\n\n\n\n\n\n\n\n\n\n\n\n'+JSON.stringify(request.body)) + console.log('\n\n\n\n\n\n\n\n\n\n\n\n\n\n'+request.body) reply = 'Ok' //await db.set('Output', request) response.send(reply);