chore: Deleta utils/validMidds

This commit is contained in:
Michel Pereira 2021-11-18 02:28:23 -03:00
parent 95920add9a
commit 24302cfa39

View file

@ -1,11 +0,0 @@
// PROTÓTIPO
// function functionName (req, _res, next) {
// const { name } = req.body;
// next();
// }
// module.exports = {
// functionName,
// };