From 200ad79bdfa68a16eeca019cd10f947e15c1c43e Mon Sep 17 00:00:00 2001 From: Djkato Date: Wed, 12 Jul 2023 23:20:30 +0200 Subject: [PATCH] testtttsss --- git_webhook.js | 1 + 1 file changed, 1 insertion(+) diff --git a/git_webhook.js b/git_webhook.js index 65f362f..1bffe93 100644 --- a/git_webhook.js +++ b/git_webhook.js @@ -18,6 +18,7 @@ http.createServer(function (req, res) { // AAAAAAAAAAAAAAA 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') })