forked from GitHub/dbot
Move listen port back to 443
This commit is contained in:
parent
802279edca
commit
d60038a852
@ -30,7 +30,7 @@ var webInterface = function(dbot) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(9443);
|
app.listen(443);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'onDestroy': function() {
|
'onDestroy': function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user