3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00

undo thing

This commit is contained in:
reality 2013-05-17 14:10:43 +00:00
parent 086d4be6ab
commit 1127d11a0e

View File

@ -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) {