diff --git a/index.js b/index.js index b6f1cbf..d79ef3d 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ const http = require('http'); const server = http.createServer((req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }); - res.end('Hello World mega cracks dice que funciona sinm paja\n'); + res.end('esta ya seria la mera pija de todo\n'); }); const PORT = 3000;