soap listo

This commit is contained in:
2022-05-03 17:36:11 -05:00
parent 5d3181d67e
commit 3d8a1c3f44
6 changed files with 150 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { Module } from '@nestjs/common';
import { ConfigModule, ConfigService } from '@nestjs/config';
import { TypeOrmModule } from '@nestjs/typeorm';
import { AppGateway } from './app.gateway';
// import { AppGateway } from './app.gateway';
import { AuthModule } from './auth/auth.module';
import { BcryptModule } from './bcrypt/bcrypt.module';
@@ -125,6 +125,6 @@ import { Usuario } from './usuario/entity/usuario.entity';
UploadFileModule,
UsuarioModule,
],
providers: [AppGateway],
// providers: [AppGateway],
})
export class AppModule {}