mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
Merge branch 'master' of https://github.com/psychobunny/NodeBB
This commit is contained in:
@@ -411,9 +411,8 @@ passport.deserializeUser(function(uid, done) {
|
||||
|
||||
|
||||
app.get('/test', function(req, res) {
|
||||
global.modules.posts.get(function(data) {
|
||||
res.send('<pre>' + JSON.stringify(data, null, 4) + '</pre>');
|
||||
}, 1, 1);
|
||||
global.modules.topics.delete(1, 1);
|
||||
res.send();
|
||||
});
|
||||
}(WebServer));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user