3
0
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:
Luke Slater 2011-11-10 00:06:05 +00:00
parent 802279edca
commit d60038a852

View File

@ -30,7 +30,7 @@ var webInterface = function(dbot) {
} }
}); });
app.listen(9443); app.listen(443);
return { return {
'onDestroy': function() { 'onDestroy': function() {