Add character & inventory manager

This commit is contained in:
Naruse
2026-04-21 14:39:26 +08:00
parent c98fa7efa6
commit 7a8cab5723
16 changed files with 558 additions and 53 deletions

View File

@@ -17,7 +17,7 @@ public class RequestLoggingMiddleware(RequestDelegate next)
if (path.StartsWith("/report") || path.Contains("/log/") || path == "/alive")
return;
if (!ConfigManager.Config.HttpServer.EnableLog) return;
if (statusCode == 200)
{
logger.Info($"{method} {path} => {statusCode}");