[CHANGE] Small fixes

This commit is contained in:
max
2025-09-08 21:56:42 +02:00
parent b3861b7cd9
commit a5e55e563e
3 changed files with 5 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ public static class DependencyInjection
builder.Services.AddScoped<ILibraryService, LibraryService>();
/*builder.Services.AddHostedService<ClientManager>();*/
builder.Services.AddHostedService<ClientManager>();
}
public static void SetupSettings(this WebApplicationBuilder builder)