mongo getListRange fix

This commit is contained in:
Baris Soner Usakli
2014-01-13 20:46:43 -05:00
parent a97ee201d8
commit bc835f59d4
2 changed files with 33 additions and 5 deletions

View File

@@ -82,6 +82,7 @@ var DebugRoute = function(app) {
app.get('/test', function(req, res) {
res.send();
});
});
};