fechas en db

This commit is contained in:
2020-11-23 11:03:30 -06:00
parent 7973212dbb
commit 9ab36e414b
9 changed files with 37 additions and 16 deletions
@@ -68,7 +68,7 @@ const registroValidado = async (body) => {
.then((res) => {
return {
message:
'Se cambio de estatus correctamente y se envio un correo al alumno y al responsable de programa.',
'Haz terminado el registro de tu Servicio Social correctamente.',
};
});
};