forked from Ynov/ptitspas-ynov-back
enfants corrected
This commit is contained in:
parent
7f8caf7df8
commit
e7a189153d
@ -5,10 +5,13 @@ 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],
|
||||
})
|
||||
export class EnfantsModule {}
|
||||
export class EnfantsModule { }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user