Loading backend/src/town/town.module.ts +3 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,8 @@ import { TownTraduction } from './entities/town-traduction.entity'; @Module({ controllers: [TownController], providers: [TownService, StateService], imports: [TypeOrmModule.forFeature([Town, State, TownTraduction])], providers: [TownService, StateService, TypeOrmModule], imports: [TypeOrmModule.forFeature([Town, State, TownTraduction]), TypeOrmModule], exports: [TownService], }) export class TownModule {} Loading
backend/src/town/town.module.ts +3 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,8 @@ import { TownTraduction } from './entities/town-traduction.entity'; @Module({ controllers: [TownController], providers: [TownService, StateService], imports: [TypeOrmModule.forFeature([Town, State, TownTraduction])], providers: [TownService, StateService, TypeOrmModule], imports: [TypeOrmModule.forFeature([Town, State, TownTraduction]), TypeOrmModule], exports: [TownService], }) export class TownModule {}