From a358baf668ecf102a976ef48c6206f2f9585acb8 Mon Sep 17 00:00:00 2001 From: divyansh000915 <43470420+divyansh000915@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:42:12 +0530 Subject: [PATCH] Update Post.js --- model/Post.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);