Webhook test

This commit is contained in:
Ladislav Hano 2023-07-12 23:13:35 +02:00
parent b42fb4a06c
commit eda3b92148

View file

@ -15,7 +15,7 @@ http.createServer(function (req, res) {
console.log('Success!') console.log('Success!')
} }
}) })
// AAAAAAAAAAAAAAA
res.writeHead(200, { 'Content-Type': 'text/plain' }) res.writeHead(200, { 'Content-Type': 'text/plain' })
res.end('Hello World\n') res.end('Hello World\n')
}).listen(7481, '127.0.0.1', () => { }).listen(7481, '127.0.0.1', () => {