mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
more fixes
This commit is contained in:
@@ -301,9 +301,9 @@ var express = require('express'),
|
||||
res.send(data);
|
||||
});*/
|
||||
|
||||
posts.getPostsByTid(2, 0, -1, function(data) {
|
||||
/*posts.getPostsByTid(2, 0, -1, function(data) {
|
||||
res.send(data);
|
||||
});
|
||||
});*/
|
||||
|
||||
/* posts.getPostsByPids([1,2,3], function(data) {
|
||||
res.send(data);
|
||||
@@ -313,9 +313,9 @@ var express = require('express'),
|
||||
res.send(data);
|
||||
});*/
|
||||
|
||||
/*topics.getTopicById(1, 1, function(data) {
|
||||
topics.getTopicById(24, 1, function(data) {
|
||||
res.send(data);
|
||||
});*/
|
||||
});
|
||||
|
||||
/* categories.getCategoryById(12, 0, function(returnData) {
|
||||
res.send(returnData);
|
||||
|
||||
Reference in New Issue
Block a user