3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

fix syntax error in web

This commit is contained in:
reality 2013-04-13 18:38:53 +00:00
parent a6ca9bb9c8
commit 49beccf849

View File

@ -46,7 +46,7 @@ var webInterface = function(dbot) {
} else { } else {
return 'http://' + this.config.webHost + ':' + port + '/' + path; return 'http://' + this.config.webHost + ':' + port + '/' + path;
} }
}; }
}; };
}; };