come on swagger!
This commit is contained in:
@@ -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 {}
|
||||
Reference in New Issue
Block a user