enfants corrected
This commit is contained in:
parent
7f8caf7df8
commit
e7a189153d
@ -5,9 +5,12 @@ import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
import { Children } from 'src/entities/children.entity';
|
||||
import { Parents } from 'src/entities/parents.entity';
|
||||
import { ParentsChildren } from 'src/entities/parents_children.entity';
|
||||
import { AuthModule } from '../auth/auth.module';
|
||||
|
||||
@Module({
|
||||
imports: [TypeOrmModule.forFeature([Children, Parents, ParentsChildren])],
|
||||
imports: [TypeOrmModule.forFeature([Children, Parents, ParentsChildren]),
|
||||
AuthModule
|
||||
],
|
||||
controllers: [EnfantsController],
|
||||
providers: [EnfantsService],
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user