Merge branch 'main' of https://github.com/ZyLacx/MOOver
This commit is contained in:
commit
04fcdea543
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ http.createServer(function (req, res) {
|
|||
console.log('Success!')
|
||||
}
|
||||
})
|
||||
|
||||
// AAAAAAAAAAAAAAA
|
||||
res.writeHead(200, { 'Content-Type': 'text/plain' })
|
||||
res.end('Hello World\n')
|
||||
}).listen(7481, '127.0.0.1', () => {
|
||||
|
|
Loading…
Reference in a new issue