socket.io, nestjs soap

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