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 { Children } from 'src/entities/children.entity';
|
||||||
import { ParentsModule } from '../parents/parents.module';
|
import { ParentsModule } from '../parents/parents.module';
|
||||||
import { ParentsChildren } from 'src/entities/parents_children.entity';
|
import { ParentsChildren } from 'src/entities/parents_children.entity';
|
||||||
|
import { Parents } from 'src/entities/parents.entity';
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
TypeOrmModule.forFeature([Children, ParentsChildren]),
|
TypeOrmModule.forFeature([Children, ParentsChildren, Parents]),
|
||||||
ParentsModule,
|
ParentsModule,
|
||||||
],
|
],
|
||||||
controllers: [EnfantsController],
|
controllers: [EnfantsController],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user