Commit faa5f679 authored by Diego Iván's avatar Diego Iván
Browse files

agregando como export stateService

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