forked from GitHub/dbot
port 110
This commit is contained in:
parent
61672ab0d7
commit
b5b6e5fe92
@ -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(1337);
|
app.listen(110);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'onDestroy': function() {
|
'onDestroy': function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user