From ba3c061d8df1f8a763f98c5da6222799165d1434 Mon Sep 17 00:00:00 2001 From: Djkato Date: Wed, 8 Feb 2023 18:36:21 +0100 Subject: [PATCH] spaces --- git_webhook.js | 2 ++ 1 file changed, 2 insertions(+) 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!")