From b42fb4a06cf93be23cadf4812608a0894366ec53 Mon Sep 17 00:00:00 2001 From: Ladislav Hano <524934@mail.muni.cz> Date: Wed, 12 Jul 2023 23:11:57 +0200 Subject: [PATCH] a --- git_webhook.js | 1 - 1 file changed, 1 deletion(-) diff --git a/git_webhook.js b/git_webhook.js index 44643b8..4fdc7e6 100644 --- a/git_webhook.js +++ b/git_webhook.js @@ -16,7 +16,6 @@ http.createServer(function (req, res) { } }) - res.writeHead(200, { 'Content-Type': 'text/plain' }) res.end('Hello World\n') }).listen(7481, '127.0.0.1', () => {