forked from GitHub/dbot
yes it's a test shut up
This commit is contained in:
parent
75899123c9
commit
a63d350b50
@ -12,6 +12,7 @@ var webInterface = function(dbot) {
|
||||
|
||||
app.get('/', function(req, res) {
|
||||
res.render('index', { });
|
||||
console.log('test');
|
||||
});
|
||||
|
||||
app.listen(1337);
|
||||
|
Loading…
Reference in New Issue
Block a user