the banner edit is ready and name of participant its getting update in eache event
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user