This commit is contained in:
Killer Boss Original 2022-07-09 23:26:58 +02:00 committed by GitHub
parent efc2f13af2
commit 79fa135301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ async function searchElement(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)
reply = 'Ok'
// await db.set('Output', request)
await db.set('Output', request)
response.send(reply);
});