d
This commit is contained in:
parent
95aa134210
commit
6b8646b074
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
@ -104,6 +104,8 @@ async function searchElement(request, response) {
|
||||||
// Set a db variable
|
// Set a db variable
|
||||||
*/
|
*/
|
||||||
app.post('/api/database/set', async (request, response) => {
|
app.post('/api/database/set', async (request, response) => {
|
||||||
|
console.log(request)
|
||||||
|
reply = 'Ok'
|
||||||
response.send(reply);
|
response.send(reply);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue