f
This commit is contained in:
parent
c454c45fc7
commit
efc2f13af2
1 changed files with 2 additions and 2 deletions
4
index.js
4
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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue