dphilla / quantified-self-node

Back end service for a calorie counting app built in Node/Express
1 stars 0 forks source link

Delete status code fix #7

Closed samuelssnider closed 6 years ago

samuelssnider commented 6 years ago

Fixed the status sent back by the delete request to a 202 rather than a 404, a catch block might still be appropriate for any errors encountered. This cleared up the issue of the meal foods delete button not immediately rendering on the front-end.