asdas
All checks were successful
build-and-push / build (push) Successful in 7s
build-and-push / deploy (push) Successful in 12s

This commit is contained in:
2025-05-02 16:29:47 -06:00
parent 822fea8b9b
commit 5a68b3e512

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\n');
res.end('Hello World mega cracks dice que funciona sinm paja\n');
});
const PORT = 3000;