Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Riepma
2021-04-21 10:17:24 +02:00
10 changed files with 60 additions and 28 deletions

View File

@@ -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>();
}
}