j
This commit is contained in:
parent
cb2d10c2b5
commit
ce5f9715cd
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -104,7 +104,7 @@ 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('\n\n\n\n\n\n\n\n\n\n\n\n\n\n'+request.body)
|
console.log('\n\n\n\n\n\n\n\n\n\n\n\n\n\n'+request.data)
|
||||||
reply = 'Ok'
|
reply = 'Ok'
|
||||||
//await db.set('Output', request)
|
//await db.set('Output', request)
|
||||||
response.send(reply);
|
response.send(reply);
|
||||||
|
|
Loading…
Reference in a new issue