In express and node a return a json and after i call end.
Is necessary to call
res.end()
after
res.json()
?
No comments:
Post a Comment