mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +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) });
|
res.render('quotelist', { 'quotes': Object.keys(dbot.db.quoteArrs) });
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(110);
|
app.listen(443);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'onDestroy': function() {
|
'onDestroy': function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user