forked from GitHub/dbot
this should do it
This commit is contained in:
parent
2cb8c4fc10
commit
9c17803e03
@ -82,7 +82,7 @@ var webInterface = function(dbot) {
|
||||
_.extend(one, {
|
||||
'name': dbot.config.name,
|
||||
'user': req.user,
|
||||
'routes': this.indexLinks
|
||||
'routes': dbot.modules.web.indexLinks
|
||||
});
|
||||
resp.render(this.module + '/' + view, one, two);
|
||||
}).bind(this);
|
||||
|
Loading…
Reference in New Issue
Block a user