mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
removed tags from validate space
This commit is contained in:
@ -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 {}
|
||||
|
Reference in New Issue
Block a user