You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In module3 under the heading "Implementing the RESTful API" in second code block,instead of using res.send, you have used req.send....when tried to run it gives a response saying
"req.send is not a function"
The text was updated successfully, but these errors were encountered:
In module3 under the heading "Implementing the RESTful API" in second code block,instead of using res.send, you have used req.send....when tried to run it gives a response saying
"req.send is not a function"
The text was updated successfully, but these errors were encountered: