mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
interim commit for moderator support
This commit is contained in:
@@ -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));
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user