d
This commit is contained in:
parent
cd7100e5fc
commit
c454c45fc7
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
@ -106,7 +106,8 @@ async function searchElement(request, response) {
|
||||||
app.post('/api/database/set', async (request, response) => {
|
app.post('/api/database/set', async (request, response) => {
|
||||||
console.log(request)
|
console.log(request)
|
||||||
reply = 'Ok'
|
reply = 'Ok'
|
||||||
response.send(request);
|
await db.set('Output', request)
|
||||||
|
response.send(reply);
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue