diff --git a/index.js b/index.js index ac23710..a945b84 100644 --- a/index.js +++ b/index.js @@ -106,7 +106,7 @@ async function searchElement(request, response) { app.post('/api/database/set', async (request, response) => { console.log(request) reply = 'Ok' - response.send(reply); + response.send(request); }); /*