Skip to content

Commit 4ac65d9

Browse files
save file
1 parent 5548395 commit 4ac65d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}//hello
4949

5050

51-
//function setup(){
51+
function setup(){
5252

5353
key =
5454
'-----BEGIN RSA PRIVATE KEY-----\n' +
@@ -104,7 +104,7 @@
104104
;
105105
return {key,cert};
106106

107-
//}//setup
107+
}//setup
108108

109109

110110

0 commit comments

Comments
 (0)