src cambio por ..
This commit is contained in:
@@ -3,8 +3,8 @@ import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
import { CarreraProgramaController } from './carrera-programa.controller';
|
||||
import { CarreraProgramaService } from './carrera-programa.service';
|
||||
import { CarreraPrograma } from './entity/carrera-programa.entity';
|
||||
import { CarreraModule } from 'src/carrera/carrera.module';
|
||||
import { ProgramaModule } from 'src/programa/programa.module';
|
||||
import { CarreraModule } from '../carrera/carrera.module';
|
||||
import { ProgramaModule } from '../programa/programa.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user