yes it's a test shut up

This commit is contained in:
Luke Slater 2011-09-13 22:03:02 +01:00
parent 75899123c9
commit a63d350b50

View File

@ -12,6 +12,7 @@ var webInterface = function(dbot) {
app.get('/', function(req, res) {
res.render('index', { });
console.log('test');
});
app.listen(1337);