From e4d60591fe8afb63b76dc26d2cf6c6c27be7d10a Mon Sep 17 00:00:00 2001 From: Vipin Khushu Date: Wed, 18 Oct 2017 02:00:31 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +```` + From b0f889966b953a8ed5639d0738d0cf06ccfac306 Mon Sep 17 00:00:00 2001 From: Vipin Khushu Date: Wed, 18 Oct 2017 02:02:50 +0530 Subject: [PATCH 2/2] Update index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +})