forked from Ynov/ptitspas-ynov-back
come on swagger!
This commit is contained in:
parent
7ff7dd71a8
commit
4c822300c4
@ -5,10 +5,11 @@ import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
import { Children } from 'src/entities/children.entity';
|
||||
import { ParentsModule } from '../parents/parents.module';
|
||||
import { ParentsChildren } from 'src/entities/parents_children.entity';
|
||||
import { Parents } from 'src/entities/parents.entity';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
TypeOrmModule.forFeature([Children, ParentsChildren]),
|
||||
TypeOrmModule.forFeature([Children, ParentsChildren, Parents]),
|
||||
ParentsModule,
|
||||
],
|
||||
controllers: [EnfantsController],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user