mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-31 17:28:39 +00:00
Make the rate limiter more thread safe
This commit is contained in:
parent
64b95e807d
commit
cf1adbe640
2 changed files with 16 additions and 9 deletions
|
@ -80,8 +80,8 @@ public class WebsiteStartup
|
|||
app.UseForwardedHeaders();
|
||||
|
||||
app.UseMiddleware<RequestLogMiddleware>();
|
||||
app.UseMiddleware<UserRequiredRedirectMiddleware>();
|
||||
app.UseMiddleware<RateLimitMiddleware>();
|
||||
app.UseMiddleware<UserRequiredRedirectMiddleware>();
|
||||
|
||||
app.UseRouting();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue