You could try this:
res.status(200).send((results[0].id).toString());
Guys are right – it doesn’t allow numbers.
Prooflink: http://expressjs.com/4x/api.html#res.send
You could try this:
res.status(200).send((results[0].id).toString());
Guys are right – it doesn’t allow numbers.
Prooflink: http://expressjs.com/4x/api.html#res.send