pruebas con insomnia
This commit is contained in:
@@ -2,7 +2,7 @@ const obtenerAlumno = require('../../config/mariadb.conf');
|
||||
const validar = require('../../helper/validar');
|
||||
|
||||
const escolares = async (body) => {
|
||||
const numeroCuenta = validar.validarNumeroCuenta;
|
||||
const numeroCuenta = validar.validarNumeroCuenta(body.numeroCuenta);
|
||||
|
||||
return obtenerAlumno(numeroCuenta);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user