Changes
This commit is contained in:
parent
d407c2f546
commit
8324a26eb6
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ 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 {
|
||||||
|
|
Loading…
Reference in a new issue