Add REST API for Checklist Items (Related to #1562)

This commit is contained in:
Andrés Manelli 2018-04-15 23:05:47 -03:00
parent 4861da52a0
commit 9eef5112dc
2 changed files with 51 additions and 0 deletions

View file

@ -136,6 +136,7 @@ if (Meteor.isServer) {
return {
_id: doc._id,
title: doc.title,
isFinished: doc.isFinished,
};
});
JsonRoutes.sendResult(res, {