Skip to content

Commit 38b775f

Browse files
save file
1 parent 13b9c64 commit 38b775f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22

3-
43
var port = 3002;
54
var server = require('http').createServer(request).listen(port);
65
console.log(`http://localhost:${port}/`);
@@ -28,5 +27,4 @@
2827

2928
}//mime
3029

31-
3230

0 commit comments

Comments
 (0)