File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
DigitalLearningSolutions.Web/Middleware Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,11 @@ namespace DigitalLearningSolutions.Web.Middleware
44 using System . Threading . Tasks ;
55 using AspNetCoreRateLimit ;
66 using Microsoft . AspNetCore . Http ;
7- using Microsoft . Extensions . Configuration ;
87 using Microsoft . Extensions . Logging ;
98 using Microsoft . Extensions . Options ;
10- using static Org . BouncyCastle . Math . EC . ECCurve ;
119
1210 public class DLSIPRateLimitMiddleware : IpRateLimitMiddleware
1311 {
14- private readonly IConfiguration _configuration ;
1512 public DLSIPRateLimitMiddleware (
1613 RequestDelegate next ,
1714 IProcessingStrategy processingStrategy ,
@@ -25,8 +22,7 @@ public DLSIPRateLimitMiddleware(
2522 policyStore ,
2623 config ,
2724 logger )
28- {
29- }
25+ { }
3026
3127 public override Task ReturnQuotaExceededResponse (
3228 HttpContext httpContext ,
You can’t perform that action at this time.
0 commit comments