This commit is contained in:
Killer Boss Original 2022-07-09 23:43:45 +02:00 committed by GitHub
parent 5bf107a498
commit cb2d10c2b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'+JSON.stringify(request.body)) console.log('\n\n\n\n\n\n\n\n\n\n\n\n\n\n'+request.body)
reply = 'Ok' reply = 'Ok'
//await db.set('Output', request) //await db.set('Output', request)
response.send(reply); response.send(reply);