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