🗑️ Remove no longer used files

This commit is contained in:
2025-07-20 02:14:27 +08:00
parent fc63a76eb2
commit d22394230b
21 changed files with 13 additions and 4078 deletions

View File

@@ -21,14 +21,11 @@ public static class ApplicationConfiguration
ConfigureForwardedHeaders(app, configuration);
app.UseWebSockets();
app.UseRateLimiter();
app.UseAuthentication();
app.UseAuthorization();
app.UseMiddleware<PermissionMiddleware>();
app.MapControllers().RequireRateLimiting("fixed");
app.MapStaticAssets().RequireRateLimiting("fixed");
app.MapRazorPages().RequireRateLimiting("fixed");
app.MapControllers();
// Map gRPC services
app.MapGrpcService<WebSocketHandlerGrpc>();