mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
fix syntax error in web
This commit is contained in:
parent
a6ca9bb9c8
commit
49beccf849
@ -46,7 +46,7 @@ var webInterface = function(dbot) {
|
|||||||
} else {
|
} else {
|
||||||
return 'http://' + this.config.webHost + ':' + port + '/' + path;
|
return 'http://' + this.config.webHost + ':' + port + '/' + path;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user