Commit aedc3651 authored by 何硕's avatar 何硕

Merge branch 'heshuo' into 'master'

test

See merge request !10
parents 8253782a 3851d335
...@@ -102,6 +102,6 @@ http.listen(3000, function(){ ...@@ -102,6 +102,6 @@ http.listen(3000, function(){
console.log('http listening on *:3000'); console.log('http listening on *:3000');
}); });
// https.createServer(httpsOption, app).listen(3000, function(){ https.createServer(httpsOption, app).listen(3000, function(){
// console.log('https listening on *:3000'); console.log('https listening on *:3000');
// }); });
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment