Fixed allValues function name

another find/replace screw up
This commit is contained in:
Patrick McDonagh
2016-01-22 14:32:16 -06:00
parent 565bc10910
commit e15f345964

View File

@@ -169,6 +169,6 @@ exports.allTags = function(req, res){
});
};
exports.allvals = function(req, res){
exports.allValues = function(req, res){
res.json({status: "error", message: "not implemented"});
};