Skip to content

Commit bbe8815

Browse files
save file
1 parent faded27 commit bbe8815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/25-07-24/http-server/ex/login-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
var port = 3002;
3+
var port = 3003;
44
var server = require('http').createServer(request).listen(port);
55
console.log(`http://localhost:${port}/`);
66
var users = [

0 commit comments

Comments
 (0)