clear task model
This commit is contained in:
parent
0ebc5b3a5c
commit
56c6607f51
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
/*
|
||||||
'use strict';
|
'use strict';
|
||||||
var mongoose = require('mongoose');
|
var mongoose = require('mongoose');
|
||||||
var Schema = mongoose.Schema;
|
var Schema = mongoose.Schema;
|
||||||
|
@ -23,3 +24,4 @@ var TaskSchema = new Schema({
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = mongoose.model('Tasks', TaskSchema);
|
module.exports = mongoose.model('Tasks', TaskSchema);
|
||||||
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue