I have this code where I open the SQL SERVER connection but I need to close it ... does anyone know how to do it?
router.post('/api/v1/Login', jsonParser, function(req, res){
if(!req.body)
return res.sendStatus(400)
console.log(req.body)...
asked by
20.09.2018 / 22:42