modulo crear y buscar modulos por id institucion
This commit is contained in:
parent
7452096204
commit
9323a1dad4
@ -33,6 +33,6 @@ export class ModuloService {
|
|||||||
);
|
);
|
||||||
return this.moduloRepository.save(nuevoModulo);
|
return this.moduloRepository.save(nuevoModulo);
|
||||||
})
|
})
|
||||||
.then((res) => ({ message: 'Se creo correctamente el módulo.' }));
|
.then(() => ({ message: 'Se creo correctamente el módulo.' }));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user