diff --git a/README.md b/README.md index 7f633b7..dd8432c 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,11 @@ - GMail, Twitter, Twilio APIs ```` +#### Used at +```` +- Manthan 2016 +- Manthan 2017 +```` + diff --git a/index.js b/index.js index 36db399..4a2fbd7 100644 --- a/index.js +++ b/index.js @@ -18,7 +18,7 @@ var db=require('./db'); //Setting up port app.set('port', (process.env.PORT || 5000)) -//Process application/x-www-form-urlencoded + app.use(bodyParser.urlencoded({extended: false})) //Process application/json @@ -36,4 +36,4 @@ app.get('/*', routes) //Spin up the server app.listen(app.get('port'), function() { console.log('App running on port', app.get('port')) -}) \ No newline at end of file +})