mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
first batch of changes
This commit is contained in:
@@ -301,8 +301,19 @@ var express = require('express'),
|
||||
res.send(data);
|
||||
});*/
|
||||
|
||||
posts.getPostsByTid(1, 1, 0, 10, function(data) {
|
||||
/*posts.getPostsByTid(1, 1, 0, 10, function(data) {
|
||||
res.send(data);
|
||||
});*/
|
||||
|
||||
/* posts.getPostsByPids([1,2,3], function(data) {
|
||||
res.send(data);
|
||||
});*/
|
||||
|
||||
/*posts.getPostsByUid(1, 0, 10, function(data) {
|
||||
res.send(data);
|
||||
});*/
|
||||
topics.getTopicById(1, 1, function(data) {
|
||||
res.send(data);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user