automatico
All checks were successful
build-and-push / build (push) Successful in 6s

This commit is contained in:
2025-05-02 16:12:50 -06:00
parent 16d17d4a57
commit f58ea3ffbe

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