mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
changed categories to hash
This commit is contained in:
@@ -314,9 +314,12 @@ var express = require('express'),
|
||||
|
||||
app.all('/test', function(req, res) {
|
||||
|
||||
topics.getTopicById(24, 1, function(data) {
|
||||
/*topics.getTopicById(24, 1, function(data) {
|
||||
res.send(data);
|
||||
});
|
||||
});*/
|
||||
categories.getCategoryById(1,1, function(data) {
|
||||
res.send(data);
|
||||
},1);
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user