Well, I would like to basically pass an array through the url to the red.params of express.router, I tried to do it in some ways:
router.get('/:[ids]?', function (req, res, next) {
portfolioModel.deleteArray(req.params.array, function...
asked by
10.12.2018 / 18:28