From eda3b92148d7c25216a86d2924ed19c574077b3e Mon Sep 17 00:00:00 2001 From: Ladislav Hano <524934@mail.muni.cz> Date: Wed, 12 Jul 2023 23:13:35 +0200 Subject: [PATCH] Webhook test --- git_webhook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_webhook.js b/git_webhook.js index 4fdc7e6..43e816d 100644 --- a/git_webhook.js +++ b/git_webhook.js @@ -15,7 +15,7 @@ http.createServer(function (req, res) { console.log('Success!') } }) - +// AAAAAAAAAAAAAAA res.writeHead(200, { 'Content-Type': 'text/plain' }) res.end('Hello World\n') }).listen(7481, '127.0.0.1', () => {