Friday 30 August 2019

res.json vs res.end

I know res.json returns a JSON object. But does it end the request ?Or must I do res.json(some_json_obj).end()Thanks for answering

Submitted August 30, 2019 at 10:28PM by minot0r

No comments:

Post a Comment