pull/40/head
Max Campbell 4 years ago
parent d407c2f546
commit 8324a26eb6

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

Loading…
Cancel
Save