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';
|
||||
var mongoose = require('mongoose');
|
||||
var Schema = mongoose.Schema;
|
||||
|
@ -24,4 +24,4 @@ var TaskSchema = new Schema({
|
|||
});
|
||||
|
||||
module.exports = mongoose.model('Tasks', TaskSchema);
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue