first batch of changes

This commit is contained in:
Baris Usakli
2013-07-02 16:24:13 -04:00
parent 67247876ff
commit 1a992b7147
8 changed files with 278 additions and 251 deletions

View File

@@ -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);
});