Format comment
This commit is contained in:
parent
7385bc0eff
commit
50765a09c9
@ -281,7 +281,7 @@ PeerServer.prototype._initializeHTTP = function() {
|
|||||||
|
|
||||||
this._app.post(this._options.path + ':key/:id/:token/leave', handle);
|
this._app.post(this._options.path + ':key/:id/:token/leave', handle);
|
||||||
|
|
||||||
//Listen on user-specified port and ip address.
|
// Listen on user-specified port and IP address.
|
||||||
if (this._options.ip) {
|
if (this._options.ip) {
|
||||||
this._app.listen(this._options.port, this._options.ip);
|
this._app.listen(this._options.port, this._options.ip);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user