feedhenry / fh-sync

Node.js implementation of the FeedHenry Data Synchronisation Server. To be used in conjunction with the FeedHenry Data Synchronisation Client.
http://feedhenry.org
Apache License 2.0
5 stars 17 forks source link

Add body parser setup to express routes #11

Closed wtrocki closed 7 years ago

wtrocki commented 7 years ago

Motivation

Add body parser to example application. Without that we will not be able to use req.body in endpoints.

wtrocki commented 7 years ago

Closing as it was already fixed.