diff --git a/app.js b/app.js index 097d85b..11f3051 100644 --- a/app.js +++ b/app.js @@ -136,7 +136,6 @@ function startWebserver() { }); webserver.post('/', function (req, res) { - res.send('Got it.'); const eventName = req.body['event_name']; if (eventName === 'project_create') { /*