weiter gehts
This commit is contained in:
@@ -10,7 +10,7 @@ router.get('/', function(req, res, next) {
|
||||
router.get('/data', async function(req, res, next) {
|
||||
const options = {}
|
||||
options.curdate = req.query.curdate
|
||||
let erg = await domongo.doMongo('getdata', options)
|
||||
let erg = await domongo.doMongo('getlastdata', options)
|
||||
res.json(erg)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user