Stats Page Overhaul (#4292)

Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
Joe Milazzo
2025-12-19 13:23:55 -07:00
committed by GitHub
parent 20197fa712
commit e1f421ccc0
175 changed files with 12122 additions and 5746 deletions
+2
View File
@@ -1,4 +1,5 @@
using System.IO;
using API.Middleware;
using API.Services;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
@@ -22,6 +23,7 @@ public class FallbackController : Controller
_taskScheduler = taskScheduler; // TODO: Validate if this is needed as a DI anymore since we have a HostedStartupService
}
[SkipDeviceTracking]
public IActionResult Index()
{
if (HttpContext.Request.Path.StartsWithSegments("/api"))