We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faded27 commit bbe8815Copy full SHA for bbe8815
blog/25-07-24/http-server/ex/login-server.js
@@ -1,6 +1,6 @@
1
2
3
- var port = 3002;
+ var port = 3003;
4
var server = require('http').createServer(request).listen(port);
5
console.log(`http://localhost:${port}/`);
6
var users = [
0 commit comments