testtttsss

This commit is contained in:
Djkato 2023-07-12 23:20:30 +02:00
parent 737115bd6b
commit 200ad79bdf

View file

@ -18,6 +18,7 @@ http.createServer(function (req, res) {
// AAAAAAAAAAAAAAA
res.writeHead(200, { 'Content-Type': 'text/plain' })
res.end('Hello World\n')
// HOST: losslessly-api.djkato.net/moover/
}).listen(7481, '127.0.0.1', () => {
console.log('Server is running')
})