diff --git a/model/Post.js b/model/Post.js index 0e87977..b627b85 100644 --- a/model/Post.js +++ b/model/Post.js @@ -16,4 +16,6 @@ var PostSchema = mongoose.Schema({ } }); -module.exports = mongoose.model('Posts',PostSchema); \ No newline at end of file +//ahh yes Mongoose + +module.exports = mongoose.model('Posts',PostSchema);