j
This commit is contained in:
parent
efc2f13af2
commit
79fa135301
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -106,7 +106,7 @@ async function searchElement(request, response) {
|
|||
app.post('/api/database/set', async (request, response) => {
|
||||
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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue