V1.3.1: mongo mit auth
optik etwas angepasst
This commit is contained in:
@@ -24,6 +24,12 @@ router.get('/data', async function(req, res, next) {
|
||||
res.json(erg)
|
||||
})
|
||||
|
||||
router.get('/debug', async function(req, res, next) {
|
||||
const options = {}
|
||||
let erg = await doMongo('geturl', options)
|
||||
res.json(erg)
|
||||
})
|
||||
|
||||
router.post('/data', async function (req, res, next) {
|
||||
const options = {}
|
||||
options.data = req.body
|
||||
|
||||
Reference in New Issue
Block a user