Skip to content

Commit 24fd396

Browse files
authored
Update index.js
1 parent 8f5980a commit 24fd396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ const
55

66
const server = http.createServer((request, response) => {
77
response.writeHead(200, {"Content-Type": "text/plain"});
8-
response.end(`Hello World! Machine: ${os.hostname()}, Type: ${os.type()}`);
8+
response.end(`Congresso de TI! Machine: ${os.hostname()}, Type: ${os.type()}`);
99
});
1010

1111
const port = process.env.PORT || 1337;
1212
server.listen(port);
1313

14-
console.log("Server running at http://localhost:%d", port);
14+
console.log("Server running at http://localhost:%d", port);

0 commit comments

Comments
 (0)