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', () => {