Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaqueuCavalcante committed Nov 23, 2024
1 parent 92cbdc1 commit 3df3c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Back/Configs/SettingsConfigs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ public static void AddSettingsConfigs(this IServiceCollection services)
services.AddSingleton<AuthSettings>();
services.AddSingleton<DatabaseSettings>();
services.AddSingleton<FeaturesSettings>();
services.AddHostedService<LoadFeatureFlagsFromDb>();
//services.AddHostedService<LoadFeatureFlagsFromDb>();
}
}

0 comments on commit 3df3c2a

Please sign in to comment.