mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-05 23:09:08 -05:00
events #4
This commit is contained in:
@@ -22,9 +22,6 @@ builder.Services.AddCors(options =>
|
||||
});
|
||||
});
|
||||
|
||||
// Register SignalR - ensure this is before logging initialization
|
||||
builder.Services.AddSignalR();
|
||||
|
||||
// Register services needed for logging first
|
||||
builder.Services
|
||||
.AddSingleton<LoggingConfigManager>()
|
||||
|
||||
Reference in New Issue
Block a user