Add Trabajadores module with controller, service, DTOs, and entity; integrate with TypeORM
This commit is contained in:
@@ -27,6 +27,7 @@ import { AsistenciaModule } from './asistencia/asistencia.module';
|
||||
import { ParticipanteEventoModule } from './participante_evento/participante_evento.module';
|
||||
import { ValidacionesModule } from './validaciones/validaciones.module';
|
||||
import { AlumnosModule } from './alumnos/alumnos.module';
|
||||
import { TrabajadoresModule } from './trabajadores/trabajadores.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -65,6 +66,7 @@ import { AlumnosModule } from './alumnos/alumnos.module';
|
||||
TipoUserModule,
|
||||
ValidacionesModule,
|
||||
QrModule,
|
||||
TrabajadoresModule,
|
||||
],
|
||||
|
||||
controllers: [AppController],
|
||||
|
||||
Reference in New Issue
Block a user