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() {