update couch builder

This commit is contained in:
martind2000 2016-03-21 23:32:18 +00:00
parent 3ae4946f41
commit 16b5970431

View File

@ -390,7 +390,7 @@ router.get('/tags', function (req, res) {
logger.info(doc.value.taglist);
if (doc.value[0]==req.params.id)
{
outJSON = doc.value.taglist;
outJSON = doc.value.taglist.sort();
}
});