From 603e74af0962553f4a5b43b16094648105219005 Mon Sep 17 00:00:00 2001 From: ZaydSkaff Date: Thu, 19 Jun 2025 12:54:59 +0300 Subject: [PATCH] Test/prevent server block on rate limit (#417) * task: add trust proxy header * add logging * task: test rate limits on sever * task: increase rate limit timeout * fix: merge conflicts --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 543767f..33ce70a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -10,7 +10,6 @@ import { WINSTON_MODULE_NEST_PROVIDER } from 'nest-winston'; import { setupSwaggerAuthentication } from '../libs/common/src/util/user-auth.swagger.utils'; import { AppModule } from './app.module'; import { HttpExceptionFilter } from './common/filters/http-exception/http-exception.filter'; -import { NestExpressApplication } from '@nestjs/platform-express'; async function bootstrap() { const app = await NestFactory.create(AppModule);