mirror of
https://github.com/reality/dbot.git
synced 2025-01-11 12:32:36 +01:00
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 {
|
||||
'onDestroy': function() {
|
||||
|
Loading…
Reference in New Issue
Block a user