para regresarse
All checks were successful
build-and-push / build (push) Successful in 7s
build-and-push / deploy (push) Successful in 2s

This commit is contained in:
2025-05-02 16:44:56 -06:00
parent f1e7a178cf
commit 4bd89e3e09

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('esta ya seria la mera pija de todo\n');
res.end('cambio malo\n');
});
const PORT = 3000;