mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
undo thing
This commit is contained in:
parent
086d4be6ab
commit
1127d11a0e
@ -5,7 +5,7 @@
|
||||
var _ = require('underscore')._;
|
||||
|
||||
var api = function(dbot) {
|
||||
/*this.pages = {
|
||||
this.pages = {
|
||||
'/api': function(req, res) {
|
||||
var externalApi = {};
|
||||
_.each(dbot.api, function(moduleApi, moduleName) {
|
||||
@ -19,7 +19,7 @@ var api = function(dbot) {
|
||||
|
||||
res.render('api', { 'name': dbot.config.name, 'api': externalApi });
|
||||
}
|
||||
};*/
|
||||
};
|
||||
|
||||
this.onLoad = function() {
|
||||
dbot.modules.web.app.get('/api/:module/:method', function(req, res) {
|
||||
|
Loading…
Reference in New Issue
Block a user