jwt modulos finales

This commit is contained in:
xXpuma99Xx
2022-06-23 22:54:50 -05:00
parent 7afb278851
commit 32aeb6ac09
9 changed files with 72 additions and 9 deletions
@@ -52,7 +52,7 @@ export class CarreraProgramaService {
.findOne({ id_carrera_programa })
.then((carreraPrograma) => {
if (!carreraPrograma)
throw new NotFoundException('No existe esta carrera programa.');
throw new NotFoundException('No existe este id carrera programa.');
return carreraPrograma;
});
}