fix(server): fixes auth error when accessing favicon.ico

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

After

Width:  |  Height:  |  Size: 1.4 KiB