the banner edit is ready and name of participant its getting update in eache event

This commit is contained in:
JorgeMike
2023-03-26 19:16:06 -06:00
parent e098a52fd8
commit 7a712928bd
11 changed files with 74 additions and 41 deletions
+4
View File
@@ -53,6 +53,10 @@ import { join } from 'path';
@Module({
imports: [
ServeStaticModule.forRoot({
rootPath: join(__dirname, '..', 'public'),
exclude: ['/api*'], // Excluir la ruta "/api" de servir archivos estáticos
}),
ConfigModule.forRoot({
envFilePath: '.env',
isGlobal: true,