This commit is contained in:
Max Campbell 2022-03-20 14:47:18 -10:00
parent d407c2f546
commit 8324a26eb6

View file

@ -20,6 +20,7 @@ posts.post(
userId: Joi.string().required(),
},
}),
async (req, res, next) => {
console.log(req.body);
try {