fix(server): fixes auth error when accessing favicon.ico
Build & Deploy / build (push) Successful in 2m43s

This commit is contained in:
2026-07-19 22:06:50 +02:00
parent 5907b6a71b
commit 8c9c3ce293
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -264,6 +264,8 @@ app.UseWebSockets(new WebSocketOptions
KeepAliveInterval = TimeSpan.FromSeconds(30) KeepAliveInterval = TimeSpan.FromSeconds(30)
}); });
app.UseStaticFiles();
app.MapAdminEndpoints(settings); app.MapAdminEndpoints(settings);
app.MapGet("/", () => Results.Redirect("/admin")); app.MapGet("/", () => Results.Redirect("/admin"));
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB