merge Sam and profesor m.s.c

This commit is contained in:
TuNombreDeUsuario
2024-06-14 14:33:27 -06:00
parent 2c6a2af1a3
commit d37ce982d0
7 changed files with 118 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@ import { AuthModule } from './auth/auth.module';
import { TypeOrmModule } from '@nestjs/typeorm';
import { UsersModule } from './users/users.module';
import { User } from "./users/entities/user.entity";
import { ProfesorModule } from './profesor/profesor.module';
@Module({
imports: [
@@ -29,6 +30,7 @@ import { User } from "./users/entities/user.entity";
synchronize:true,
}),
}),
ProfesorModule,
],
controllers: [AppController],
providers: [AppService],