added bitacora_mesa
This commit is contained in:
@@ -37,6 +37,7 @@ import { AreaUbicacion } from './area_ubicacion/entities/area_ubicacion.entity';
|
||||
import { Programa } from './programa/entities/programa.entity';
|
||||
import { ProgramaEquipoModule } from './programa_equipo/programa_equipo.module';
|
||||
import { ProgramaEquipo } from './programa_equipo/entities/programa_equipo.entity';
|
||||
import { BitacoraMesaModule } from './bitacora_mesa/bitacora_mesa.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -91,6 +92,7 @@ import { ProgramaEquipo } from './programa_equipo/entities/programa_equipo.entit
|
||||
AreaUbicacionModule,
|
||||
ProgramaModule,
|
||||
ProgramaEquipoModule,
|
||||
BitacoraMesaModule,
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: [AppService],
|
||||
|
||||
Reference in New Issue
Block a user