mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-06 07:16:10 -05:00
fix #23
This commit is contained in:
@@ -7,9 +7,6 @@ public static class ConfigurationExtensions
|
||||
{
|
||||
public static IServiceCollection AddConfigurationServices(this IServiceCollection services)
|
||||
{
|
||||
// Register path provider to handle Docker vs local environment
|
||||
services.AddSingleton<ConfigurationPathProvider>();
|
||||
|
||||
// Register the base JSON provider
|
||||
services.AddSingleton<JsonConfigurationProvider>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user