diff --git a/NEW/src/JdeScoping.Client/Program.cs b/NEW/src/JdeScoping.Client/Program.cs index 41b4268..be40a6b 100644 --- a/NEW/src/JdeScoping.Client/Program.cs +++ b/NEW/src/JdeScoping.Client/Program.cs @@ -46,13 +46,10 @@ builder.Services.AddScoped(); // SignalR service builder.Services.AddScoped(); -// API client services -builder.Services.AddScoped(); -builder.Services.AddScoped(); -builder.Services.AddScoped(); +// Refresh status service (monitors data sync status) builder.Services.AddScoped(); -// New typed API clients (shared contracts) +// Typed API clients (shared contracts) builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped();