Loading backend/src/state/state.module.ts +1 −0 Original line number Diff line number Diff line Loading @@ -8,5 +8,6 @@ import { StateController } from './state.controller'; controllers: [StateController], providers: [StateService], imports: [TypeOrmModule.forFeature([State])], exports: [StateService], }) export class StateModule {} Loading
backend/src/state/state.module.ts +1 −0 Original line number Diff line number Diff line Loading @@ -8,5 +8,6 @@ import { StateController } from './state.controller'; controllers: [StateController], providers: [StateService], imports: [TypeOrmModule.forFeature([State])], exports: [StateService], }) export class StateModule {}