mirror of
https://github.com/reality/dbot.git
synced 2025-05-02 22:27:33 +02: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 {
|
return {
|
||||||
'onDestroy': function() {
|
'onDestroy': function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user