removed tags from validate space

This commit is contained in:
hannathkadher
2025-04-25 10:58:35 +04:00
parent 387862a6bb
commit 488943338b
2 changed files with 4 additions and 6 deletions

View File

@ -42,9 +42,9 @@ import { winstonLoggerOptions } from '../libs/common/src/logger/services/winston
ConfigModule.forRoot({
load: config,
}),
ThrottlerModule.forRoot({
/* ThrottlerModule.forRoot({
throttlers: [{ ttl: 100000, limit: 30 }],
}),
}), */
WinstonModule.forRoot(winstonLoggerOptions),
ClientModule,
AuthenticationModule,
@ -83,10 +83,10 @@ import { winstonLoggerOptions } from '../libs/common/src/logger/services/winston
provide: APP_INTERCEPTOR,
useClass: LoggingInterceptor,
},
{
/* {
provide: APP_GUARD,
useClass: ThrottlerGuard,
},
}, */
],
})
export class AppModule {}