Skip to content

Commit

Permalink
PAS-464 | Disable rate limiter globally (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx authored Jun 6, 2024
1 parent 94ae76a commit b10d18d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
});
app.UseAuthentication();
app.UseAuthorization();
app.UseRateLimiter();
app.UseMiddleware<LoggingMiddleware>();
app.UseSerilog();
app.UseWhen(o =>
Expand Down

0 comments on commit b10d18d

Please sign in to comment.