interim commit to thread options

This commit is contained in:
Julian Lam
2013-05-07 09:21:46 -04:00
parent d7c5a3c150
commit b2c6d4f7c7
7 changed files with 96 additions and 17 deletions

View File

@@ -356,9 +356,8 @@ passport.deserializeUser(function(uid, done) {
});
app.get('/test', function(req, res) {
global.modules.posts.create(2, 2, 'test', function(pid) {
res.send('<pre>' + pid + '</pre>');
}, 1, 1);
global.modules.topics.delete(1, 1);
res.send();
});
}(WebServer));