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(), userId: Joi.string().required(),
}, },
}), }),
async (req, res, next) => { async (req, res, next) => {
console.log(req.body); console.log(req.body);
try { try {