Se agregó módulo de sistemas

This commit is contained in:
2025-04-09 11:10:28 -06:00
parent 38ea46c8ad
commit 1895e29cf2
13 changed files with 220 additions and 10 deletions
+2
View File
@@ -5,6 +5,7 @@ import { MailModule } from './mail/mail.module';
import {ExcelModule} from './excel/excel.module'
import { TypeOrmModule } from '@nestjs/typeorm';
import { ConfigModule } from '@nestjs/config';
import { SistemaModule } from './sistema/sistema.module';
@@ -28,6 +29,7 @@ import { ConfigModule } from '@nestjs/config';
MailModule,
ExcelModule,
SistemaModule,
],