plivo-examples-node
plivo-examples-node copied to clipboard
Update receive_sms.js
Express 4 is a breaking change from Express 3. Express 3 middleware has been removed from its core. This example requires the bodyParser middleware which must be installed separately and required within the app.
Reference - https://expressjs.com/en/guide/migrating-4.html