This commit is contained in:
Killer Boss Original 2022-07-09 23:16:45 +02:00 committed by GitHub
parent 95aa134210
commit 6b8646b074
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,8 @@ async function searchElement(request, response) {
// Set a db variable
*/
app.post('/api/database/set', async (request, response) => {
console.log(request)
reply = 'Ok'
response.send(reply);
});