diff --git a/modules/web.js b/modules/web.js index 5746634..c1e25c1 100644 --- a/modules/web.js +++ b/modules/web.js @@ -12,6 +12,7 @@ var webInterface = function(dbot) { app.get('/', function(req, res) { res.render('index', { }); + console.log('test'); }); app.listen(1337);