try switch to db

This commit is contained in:
Flaminel
2025-06-15 00:42:20 +03:00
parent 033b50519b
commit 9e393eebcc
63 changed files with 3245 additions and 2703 deletions

View File

@@ -24,7 +24,7 @@ builder.Services.AddCors(options =>
// Register services needed for logging first
builder.Services
.AddSingleton<LoggingConfigManager>()
.AddTransient<LoggingConfigManager>()
.AddSingleton<SignalRLogSink>();
// Add logging with proper service provider