mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-10 06:45:35 -04:00
removed old hubs
This commit is contained in:
@@ -74,12 +74,6 @@ public static class ApiDI
|
||||
|
||||
// Map SignalR hubs
|
||||
app.MapHub<HealthStatusHub>("/api/hubs/health");
|
||||
|
||||
// Legacy hubs (for backward compatibility)
|
||||
app.MapHub<LogHub>("/api/hubs/logs");
|
||||
app.MapHub<EventHub>("/api/hubs/events");
|
||||
|
||||
// New unified hub
|
||||
app.MapHub<AppHub>("/api/hubs/app");
|
||||
|
||||
return app;
|
||||
|
||||
Reference in New Issue
Block a user