This commit is contained in:
Ladislav Hano 2023-07-12 23:07:37 +02:00
parent d611683bfa
commit 23beb38c41

View file

@ -16,6 +16,7 @@ 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')
}).listen(7481, '127.0.0.1', () => { }).listen(7481, '127.0.0.1', () => {