From f1e7a178cfe86c994c0850a69449e8e980618fa3 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 2 May 2025 16:39:33 -0600 Subject: [PATCH] prueba final workflow --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;