pruebas con insomnia

This commit is contained in:
Lemuel Marquez
2021-05-19 01:46:22 -05:00
parent 51293a3156
commit 1736f4d61f
+1 -1
View File
@@ -27,7 +27,7 @@ const obtenerAlumno = (numeroCuenta) => {
})
.catch((err) => {
console.log(err);
throw new Error('No se pudo conectar con la db.');
throw new Error('No se pudo conectar con la db.' + err);
});
};