This commit is contained in:
Drakthor475
2025-10-17 13:15:47 -06:00
parent 71794f84ea
commit 5f00cf8248
11 changed files with 168 additions and 1 deletions
+3 -1
View File
@@ -3,6 +3,7 @@ import { AppController } from './app.controller';
import { AppService } from './app.service';
import {ConfigModule} from '@nestjs/config'
import { TypeOrmModule } from '@nestjs/typeorm';
import { UsuariosModule } from './usuarios/usuarios.module';
@@ -24,7 +25,8 @@ import { TypeOrmModule } from '@nestjs/typeorm';
synchronize:true,
})
}),
UsuariosModule
],
controllers: [],
providers: [AppService],