Can somebody please help me with Step 8 ?
- Add a DELETE route for deleting quotes from the data array. As with PUT, this might require adding IDs to the data array and using
req.params
. For both of these ideas, you’ll be able to interact via [Postman]
My logic gives me a terminal/console error of the following:
Cannot set headers after they are sent to the client