clear task control
This commit is contained in:
parent
56c6607f51
commit
2458beac69
1 changed files with 2 additions and 1 deletions
|
@ -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' });
|
||||
});
|
||||
};
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue