remove throttling

This commit is contained in:
Stanley Dimant
2022-08-03 23:02:42 +02:00
parent b9c6660e08
commit ccb9478f70

View File

@@ -18,7 +18,6 @@ using Microsoft.Extensions.FileProviders;
using Microsoft.AspNetCore.Authorization;
using MareSynchronosServer.Discord;
using AspNetCoreRateLimit;
using MareSynchronosServer.Throttling;
namespace MareSynchronosServer
{