dependencias faltantes
This commit is contained in:
@@ -8,5 +8,6 @@ import { Programa } from './entity/programa.entity';
|
||||
imports: [TypeOrmModule.forFeature([Programa])],
|
||||
controllers: [ProgramaController],
|
||||
providers: [ProgramaService],
|
||||
exports: [ProgramaService],
|
||||
})
|
||||
export class ProgramaModule {}
|
||||
|
||||
Reference in New Issue
Block a user