We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8eafe5 commit e802db9Copy full SHA for e802db9
index.js
@@ -2,7 +2,7 @@ const http = require('http');
2
3
const server = http.createServer((request, response) => {
4
response.writeHead(200, {"Content-Type": "text/plain"});
5
- response.end("aoxrzbny" + process.versions.node);
+ response.end("aoxrzbny_2" + process.versions.node);
6
});
7
8
const port = process.env.PORT || 1337;
0 commit comments