V 3.0.0
Jetzt läufts erst mal auf citysensor.de (strato) mit der MongoDB auf IONOS
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user