todo control enable
This commit is contained in:
parent
8c193fcb1f
commit
1e98e41139
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
/*
|
|
||||||
var mongoose = require('mongoose'),
|
var mongoose = require('mongoose'),
|
||||||
Task = mongoose.model('Tasks');
|
Task = mongoose.model('Tasks');
|
||||||
|
|
||||||
|
@ -54,4 +54,4 @@ exports.delete_a_task = function(req, res) {
|
||||||
res.json({ message: 'Task successfully deleted' });
|
res.json({ message: 'Task successfully deleted' });
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue