diff --git a/index.js b/index.js index b73e311..2d8f004 100644 --- a/index.js +++ b/index.js @@ -104,9 +104,9 @@ async function searchElement(request, response) { // Set a db variable */ app.post('/api/database/set', async (request, response) => { - console.log(request) + console.log('\n\n\n\n\n\n\n\n\n\n\n\n\n\n'+request) reply = 'Ok' - await db.set('Output', request) + // await db.set('Output', request) response.send(reply); });