@@ -1,8 +1,6 @@
|
||||
using AspNetCoreRateLimit;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using System;
|
||||
|
||||
namespace IRaCIS.Core.API
|
||||
{
|
||||
@@ -13,7 +11,7 @@ namespace IRaCIS.Core.API
|
||||
{
|
||||
public static void AddIpPolicyRateLimitSetup(this IServiceCollection services, IConfiguration Configuration)
|
||||
{
|
||||
|
||||
|
||||
// needed to store rate limit counters and ip rules
|
||||
services.AddMemoryCache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user