d
This commit is contained in:
parent
6b8646b074
commit
cd7100e5fc
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(request)
|
||||
reply = 'Ok'
|
||||
response.send(reply);
|
||||
response.send(request);
|
||||
});
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue