fix proxy log and proxy https connection always return 404

This commit is contained in:
cs8425
2026-04-28 23:16:13 +08:00
parent e93dadafe8
commit b256fe7b01
2 changed files with 15 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ public class Startup
{
options.JsonSerializerOptions.PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseLower;
});
services.AddSingleton<Logger>(_ => new Logger("HttpServer"));
services.AddSingleton<Logger>(_ => new Logger("Proxy"));
services.AddMikuSbProxy(ConfigManager.Config.Proxy);
}
}