mirror of
https://github.com/reality/dbot.git
synced 2025-01-23 10:34:31 +01:00
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) {
|
app.get('/', function(req, res) {
|
||||||
res.render('index', { });
|
res.render('index', { });
|
||||||
|
console.log('test');
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(1337);
|
app.listen(1337);
|
||||||
|
Loading…
Reference in New Issue
Block a user