forked from Ynov/ptitspas-ynov-back
come on swagger!
This commit is contained in:
parent
4c822300c4
commit
43607842e6
@ -9,6 +9,6 @@ import { Users } from 'src/entities/users.entity';
|
||||
imports: [TypeOrmModule.forFeature([Parents, Users])],
|
||||
controllers: [ParentsController],
|
||||
providers: [ParentsService],
|
||||
exports: [TypeOrmModule.forFeature([Parents, Users])],
|
||||
exports: [ParentsService],
|
||||
})
|
||||
export class ParentsModule {}
|
||||
Loading…
x
Reference in New Issue
Block a user