interim commit for moderator support

This commit is contained in:
Julian Lam
2013-05-16 12:49:39 -04:00
parent 2e184c6211
commit bdeb7b13f1
7 changed files with 45 additions and 10 deletions

View File

@@ -207,8 +207,8 @@ var express = require('express'),
app.get('/api/:method/:id*', api_method);
app.get('/test', function(req, res) {
posts.getRawContent(11, function(post) {
res.send(JSON.stringify(post));
categories.getModerators(2, function(mods) {
res.send(JSON.stringify(mods));
});
});