Skip to content

Commit e8617f8

Browse files
save file
1 parent 623226b commit e8617f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/25-07-24/http-server/ex/http-server-simple-example.js

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

88
var server = require('https').createServer({key,cert},request);
99
server.listen({host,port});
10-
console.log(`http://${host}:${port}/`);
10+
console.log(`https://${host}:${port}/`);
1111

1212
var fs = require('fs');
1313
var path = require('path');

0 commit comments

Comments
 (0)