- Added Delete Record to the CGridTableRec

This commit is contained in:
Paolo Arena
2019-10-15 20:40:31 +02:00
parent 9120485939
commit 51ef3de29a
5 changed files with 82 additions and 13 deletions

View File

@@ -100,7 +100,7 @@ router.get('/:userId/:idapp/:sall', authenticate, (req, res) => {
const sall = req.params.sall;
// var category = req.params.category;
tools.mylog('GET BOOKINGS : ', req.params);
// tools.mylog('GET BOOKINGS : ', req.params);
if (!ObjectID.isValid(userId)) {
return res.status(404).send();