Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 26, 2024
1 parent 073ad06 commit fa09ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BUTR.Site.NexusMods.Server/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void ConfigureServices(IServiceCollection services)
var steamAPISection = _configuration.GetSection(SteamAPISectionName);
var depotDownloaderSection = _configuration.GetSection(DepotDownloaderSectionName);

services.AddOptions<JsonSerializerOptions>().Configure(opt => Configure(opt));
//services.AddOptions<JsonSerializerOptions>().Configure(opt => Configure(opt));
services.AddValidatedOptions<ConnectionStringsOptions, ConnectionStringsOptionsValidator>().Bind(connectionStringSection);
services.AddValidatedOptionsWithHttp<CrashReporterOptions, CrashReporterOptionsValidator>().Bind(crashReporterSection);
services.AddValidatedOptionsWithHttp<NexusModsOptions, NexusModsOptionsValidator>().Bind(nexusModsSection);
Expand Down

0 comments on commit fa09ab6

Please sign in to comment.