testtttsss
This commit is contained in:
parent
737115bd6b
commit
200ad79bdf
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ http.createServer(function (req, res) {
|
||||||
// AAAAAAAAAAAAAAA
|
// AAAAAAAAAAAAAAA
|
||||||
res.writeHead(200, { 'Content-Type': 'text/plain' })
|
res.writeHead(200, { 'Content-Type': 'text/plain' })
|
||||||
res.end('Hello World\n')
|
res.end('Hello World\n')
|
||||||
|
// HOST: losslessly-api.djkato.net/moover/
|
||||||
}).listen(7481, '127.0.0.1', () => {
|
}).listen(7481, '127.0.0.1', () => {
|
||||||
console.log('Server is running')
|
console.log('Server is running')
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue