mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
don't register config with DI until/if it's needed
This commit is contained in:
parent
ba71d2f515
commit
67d994a8be
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ private static void RegisterServices()
|
|||
var serviceCollection = new ServiceCollection();
|
||||
|
||||
// register Agent services
|
||||
//serviceCollection.AddSingleton(configuration);
|
||||
serviceCollection.AddLogging(b =>
|
||||
{
|
||||
b.AddConsole();
|
||||
|
|
|
|||
Loading…
Reference in a new issue