todo control enable

This commit is contained in:
joewaa 2017-06-11 08:45:01 +08:00 committed by GitHub
parent 8c193fcb1f
commit 1e98e41139

View file

@ -1,6 +1,6 @@
'use strict';
/*
var mongoose = require('mongoose'),
Task = mongoose.model('Tasks');
@ -54,4 +54,4 @@ exports.delete_a_task = function(req, res) {
res.json({ message: 'Task successfully deleted' });
});
};
*/