Jetzt läufts erst mal auf citysensor.de (strato) mit der MongoDB auf IONOS
This commit is contained in:
rxf
2026-03-28 15:20:51 +01:00
parent b7736413d4
commit cb5062c0de
19 changed files with 1213 additions and 112 deletions

View File

@@ -69,6 +69,7 @@ router.get('/getaktdata/', async function (req, res) {
}
try {
console.log("getaktdata: Query filter:", JSON.stringify(loc));
let docs = await collection.find(loc).toArray();
if (docs == null) {