From b10d18df27d8f9b5a33293986bda6328fd201500 Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Thu, 6 Jun 2024 17:35:38 +0200 Subject: [PATCH] PAS-464 | Disable rate limiter globally (#605) --- src/Api/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Api/Program.cs b/src/Api/Program.cs index 9ed2ee45d..d4aa1567a 100644 --- a/src/Api/Program.cs +++ b/src/Api/Program.cs @@ -148,7 +148,6 @@ }); app.UseAuthentication(); app.UseAuthorization(); -app.UseRateLimiter(); app.UseMiddleware(); app.UseSerilog(); app.UseWhen(o =>