Commit 9f22d44c authored by andreagerino's avatar andreagerino

Adding user detail endpoints

parent 485ee6f1
...@@ -103,8 +103,6 @@ router.get('/users/count', function(req, res, next) { ...@@ -103,8 +103,6 @@ router.get('/users/count', function(req, res, next) {
router.get('/users/vib', function(req, res, next) { router.get('/users/vib', function(req, res, next) {
var cursor = user_ids_cursor(true); var cursor = user_ids_cursor(true);
cursor.map( function(d) { return d['_id']; } );
return_cursor(cursor, req, res, next); return_cursor(cursor, req, res, next);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment