diff --git a/git_webhook.js b/git_webhook.js index 40232b8..09edbed 100644 --- a/git_webhook.js +++ b/git_webhook.js @@ -24,5 +24,7 @@ http.createServer(function (req, res) { console.log(`Server is running on http://"127.0.0.1":5050`) }) + + console.log("running webhook!")