V1.3.1: mongo mit auth

optik etwas angepasst
This commit is contained in:
2026-01-19 13:15:29 +00:00
parent b0ee6043fa
commit f2be1f1d10
7 changed files with 53 additions and 5 deletions

View File

@@ -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