diff --git a/BMM.Website/Program.cs b/BMM.Website/Program.cs index a56a2b58..bc6fb68a 100644 --- a/BMM.Website/Program.cs +++ b/BMM.Website/Program.cs @@ -33,6 +33,7 @@ app.MapGet("groupgoal/{*.}", handler); app.MapGet("copyright/{*.}", handler); app.MapGet("messages-unavailable/{*.}", handler); +app.MapGet("romans-statistics/{*.}", handler); // We want to allow downloading without needing to log in. It looks ugly and can't be translated but offers a better exerience. app.MapGet("apk/{*.}", () => new HtmlResult(File.ReadAllText("wwwroot/apk.html")));