alfa numérico
This commit is contained in:
@@ -16,7 +16,8 @@ const registroValidado = async (body) => {
|
||||
const telefono = validar.validarNumero(body.telefono, 15);
|
||||
const direccion = validar.validarAlfanumerico(
|
||||
body.direccion,
|
||||
'La dirección',
|
||||
'dirección',
|
||||
false,
|
||||
200
|
||||
);
|
||||
let correoResponsable = {};
|
||||
|
||||
Reference in New Issue
Block a user