diff --git a/lib/CiscoSparkbot.js b/lib/CiscoSparkbot.js index ca2a72671..f72911db4 100644 --- a/lib/CiscoSparkbot.js +++ b/lib/CiscoSparkbot.js @@ -76,7 +76,7 @@ function Sparkbot(configuration) { '** Serving webhook endpoints for Cisco Spark Platform at: ' + 'http://' + controller.config.hostname + ':' + controller.config.port + '/ciscospark/receive'); webserver.post('/ciscospark/receive', function(req, res) { - + res.sendStatus(200) controller.handleWebhookPayload(req, res, bot); });