fac-13 / GP_ProjectBernadette

My Wayfinder - A React decision tree app to help carers understand jargon and find relevant resources more quickly.
https://my-wayfinder.herokuapp.com/
5 stars 5 forks source link

fix Fetch error message #123

Closed vlbee closed 6 years ago

vlbee commented 6 years ago

Fetch was returning an client console error although no functionality was impaired.

Solved by removing .json() parsing from Fetch promise response object and returning a 204 'no content' server response.