This commit is contained in:
Ladislav Hano 2023-07-12 23:11:57 +02:00
parent 23beb38c41
commit b42fb4a06c

View file

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