diff --git a/modules/web.js b/modules/web.js index bc14d05..28bbfd1 100644 --- a/modules/web.js +++ b/modules/web.js @@ -30,7 +30,7 @@ var webInterface = function(dbot) { } }); - app.listen(9443); + app.listen(443); return { 'onDestroy': function() {