I am using the express framework to learn how to create a simple resample with node and mysql and I have the following code:
router.post('/CrearUsuario',function(req,res,next){
postData = Array()
postData.push(req.body.primerNombre);...
asked by
26.07.2018 / 23:36