Merge branch 'master' into edit-profile-frontend

This commit is contained in:
2019-10-01 21:01:02 -04:00
committed by GitHub
11 changed files with 69 additions and 24 deletions

View File

@@ -10,6 +10,7 @@ exports.putPost = (req, res) => {
createdAt: new Date().toISOString(),
likeCount: 0,
commentCount: 0,
microBlogTopics: req.body.microBlogTopics
};