prueba final workflow
All checks were successful
build-and-push / build (push) Successful in 6s
build-and-push / deploy (push) Successful in 1s

This commit is contained in:
2025-05-02 16:39:33 -06:00
parent 8f4056dd31
commit f1e7a178cf

View File

@@ -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;