From d611683bfa9d78d1b235cda54192be3850a2c485 Mon Sep 17 00:00:00 2001 From: Ladislav Hano <524934@mail.muni.cz> Date: Wed, 12 Jul 2023 23:06:39 +0200 Subject: [PATCH] Testing webhook --- git_webhook.js | 1 - 1 file changed, 1 deletion(-) 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') })