todo model
This commit is contained in:
parent
1e98e41139
commit
dfe2628a42
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
/*
|
|
||||||
'use strict';
|
'use strict';
|
||||||
var mongoose = require('mongoose');
|
var mongoose = require('mongoose');
|
||||||
var Schema = mongoose.Schema;
|
var Schema = mongoose.Schema;
|
||||||
|
@ -24,4 +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