Testing webhook

This commit is contained in:
Ladislav Hano 2023-07-12 23:06:39 +02:00
parent 375a2e5850
commit d611683bfa

View file

@ -18,7 +18,6 @@ http.createServer(function (req, res) {
res.writeHead(200, { 'Content-Type': 'text/plain' }) res.writeHead(200, { 'Content-Type': 'text/plain' })
res.end('Hello World\n') res.end('Hello World\n')
// HOST: losslessly-api.djkato.net/moover
}).listen(7481, '127.0.0.1', () => { }).listen(7481, '127.0.0.1', () => {
console.log('Server is running') console.log('Server is running')
}) })