From 70a2c96d4b6cdb13ac8aa2a513919865efed9d07 Mon Sep 17 00:00:00 2001 From: Eleanor Frymire Date: Tue, 28 Aug 2018 07:31:38 -0700 Subject: [PATCH] testing deploy --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index abf14ca..38757ae 100644 --- a/index.js +++ b/index.js @@ -96,7 +96,8 @@ app.get('/subscriptions', function(request, response) { // post the activity app.post('/webhook/twitter', function(request, response) { console.log(request.body) - // console.log(response) + console.log(JSON.stringify(request.body)) + response.send('200 OK') }) /** listen **/