diff --git a/git_webhook.js b/git_webhook.js index 426489f..4fdc7e6 100644 --- a/git_webhook.js +++ b/git_webhook.js @@ -18,7 +18,6 @@ http.createServer(function (req, res) { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.end('Hello World\n') - // HOST: losslessly-api.djkato.net/moover }).listen(7481, '127.0.0.1', () => { console.log('Server is running') })