This commit is contained in:
Max Campbell 2022-03-20 14:47:21 -10:00
parent 8324a26eb6
commit 1eb998c7d6

View file

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