deconst / content-service

An API for storing, indexing and retrieving documentation
MIT License
4 stars 9 forks source link

Don't use bodyParser universally. #20

Closed smashwilson closed 9 years ago

smashwilson commented 9 years ago

This prevents an issue where bodyParser was consuming a request body, attempting to parse it as JSON, and dying horribly in the middle.

We can add it back in on the specific routes that depend on it.