jdx / mean-sample

Sample project for Write Modern Web Apps with the MEAN Stack by Jeff Dickey
https://mean-sample.herokuapp.com
165 stars 90 forks source link

Book needs more explanation for Postman in chapter 4 #7

Open FrankBowers24 opened 9 years ago

FrankBowers24 commented 9 years ago

After much debugging I figured out that Postman was not sending the correct header for JSON. I had to explicitly add "content-type=application/json" to the header to get it to work with the mean-sample API.

jdx commented 9 years ago

+1 I'll work with Pearson on making this change