Fix _id new in Wheres table /settable

This commit is contained in:
Paolo Arena
2022-09-19 19:40:30 +02:00
parent 3c550595f0
commit 8ad85bbe94
4 changed files with 27 additions and 10 deletions

View File

@@ -133,7 +133,7 @@ router.get('/delall/:username/:qualinotif/:idapp', authenticate, async (req, res
});
router.get('/:username/:lastdataread/:idapp', authenticate, (req, res) => {
tools.mylog('GET NotifS : ', req.params);
// tools.mylog('GET NotifS : ', req.params);
const username = req.params.username;
const lastdataread = req.params.lastdataread;
const idapp = req.params.idapp;