A
This commit is contained in:
parent
d611683bfa
commit
23beb38c41
1 changed files with 1 additions and 0 deletions
|
@ -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', () => {
|
||||||
|
|
Loading…
Reference in a new issue