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) => {
|
app.post('/api/database/set', async (request, response) => {
|
||||||
console.log(request)
|
console.log(request)
|
||||||
reply = 'Ok'
|
reply = 'Ok'
|
||||||
response.send(reply);
|
response.send(request);
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue