mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
443?
This commit is contained in:
parent
b5b6e5fe92
commit
fd4c2e8148
@ -27,7 +27,7 @@ var webInterface = function(dbot) {
|
||||
res.render('quotelist', { 'quotes': Object.keys(dbot.db.quoteArrs) });
|
||||
});
|
||||
|
||||
app.listen(110);
|
||||
app.listen(443);
|
||||
|
||||
return {
|
||||
'onDestroy': function() {
|
||||
|
Loading…
Reference in New Issue
Block a user