mongodb-developer / mern-stack-example

Mern Stack code for the Mern Tutorial
Apache License 2.0
292 stars 260 forks source link

Fixed API responses #9

Closed joellord closed 2 years ago

joellord commented 2 years ago

As it was, the server was not closing the responses, eventually causing network errors in the console. I added a response.json() to with the result of the operation to close those requests.