From fa09ab6186461deaba0158a6ed638509f0c34cf1 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Mon, 27 May 2024 00:54:56 +0300 Subject: [PATCH] Test --- src/BUTR.Site.NexusMods.Server/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BUTR.Site.NexusMods.Server/Startup.cs b/src/BUTR.Site.NexusMods.Server/Startup.cs index c8dee960..709ec437 100644 --- a/src/BUTR.Site.NexusMods.Server/Startup.cs +++ b/src/BUTR.Site.NexusMods.Server/Startup.cs @@ -107,7 +107,7 @@ public void ConfigureServices(IServiceCollection services) var steamAPISection = _configuration.GetSection(SteamAPISectionName); var depotDownloaderSection = _configuration.GetSection(DepotDownloaderSectionName); - services.AddOptions().Configure(opt => Configure(opt)); + //services.AddOptions().Configure(opt => Configure(opt)); services.AddValidatedOptions().Bind(connectionStringSection); services.AddValidatedOptionsWithHttp().Bind(crashReporterSection); services.AddValidatedOptionsWithHttp().Bind(nexusModsSection);