Skip to content

Commit

Permalink
Merge pull request #843 from marchfederico/patch-1
Browse files Browse the repository at this point in the history
Respond with a 200 ok
  • Loading branch information
Ben Brown committed Jun 19, 2017
2 parents ca5010d + 51da6b3 commit 966c06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CiscoSparkbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

});
Expand Down

0 comments on commit 966c06c

Please sign in to comment.