forked from FarmMaps/FarmMapsApiClient
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -14,9 +14,7 @@ namespace FarmmapsVRApoten
|
||||
|
||||
protected override void Configure(IServiceCollection serviceCollection)
|
||||
{
|
||||
serviceCollection.AddLogging(opts => opts
|
||||
.AddConsole()
|
||||
.AddFilter("System.Net.Http", LogLevel.Warning))
|
||||
serviceCollection.AddLogging()
|
||||
.AddTransient<PotenService>();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user