diff --git a/api/controllers/todoListController.js b/api/controllers/todoListController.js index 796af56..8b381d0 100644 --- a/api/controllers/todoListController.js +++ b/api/controllers/todoListController.js @@ -1,6 +1,6 @@ 'use strict'; - +/* var mongoose = require('mongoose'), Task = mongoose.model('Tasks'); @@ -54,3 +54,4 @@ exports.delete_a_task = function(req, res) { res.json({ message: 'Task successfully deleted' }); }); }; +*/