dependencias faltantes

This commit is contained in:
2022-04-22 13:48:46 -05:00
parent a1954a5fd5
commit 54a55e95d9
5 changed files with 12 additions and 9 deletions
+1
View File
@@ -8,5 +8,6 @@ import { Programa } from './entity/programa.entity';
imports: [TypeOrmModule.forFeature([Programa])],
controllers: [ProgramaController],
providers: [ProgramaService],
exports: [ProgramaService],
})
export class ProgramaModule {}