diff --git a/git_webhook.js b/git_webhook.js index 702de81..3eb122d 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', () => {