Update README.md
This commit is contained in:
parent
b68c15e962
commit
4944799e27
|
@ -180,6 +180,6 @@ app.use('/', function (req, res) {
|
|||
});
|
||||
|
||||
server = https.createServer(sslOptions, app).listen(port, function(){
|
||||
console.log("Listening on " + server.address().port);
|
||||
console.log('Listening on https://' + server.address().address + ':' + server.address().port);
|
||||
});
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue