a
This commit is contained in:
parent
23beb38c41
commit
b42fb4a06c
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ http.createServer(function (req, res) {
|
|||
}
|
||||
})
|
||||
|
||||
|
||||
res.writeHead(200, { 'Content-Type': 'text/plain' })
|
||||
res.end('Hello World\n')
|
||||
}).listen(7481, '127.0.0.1', () => {
|
||||
|
|
Loading…
Reference in a new issue