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 63aee61 commit 1b5249b
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 @@ -114,7 +114,7 @@ public void ConfigureServices(IServiceCollection services)
services.AddValidatedOptions<DiscordOptions, DiscordOptionsValidator>().Bind(discordSection);
services.AddValidatedOptions<SteamAPIOptions, SteamAPIOptionsValidator>().Bind(steamAPISection);
services.AddValidatedOptions<SteamDepotDownloaderOptions, SteamDepotDownloaderOptionsValidator>().Bind(depotDownloaderSection);
services.AddValidatedOptions<NexusModsOptions, NexusModsOptionsValidator>().Bind(nexusModsSection);
//services.AddValidatedOptions<NexusModsOptions, NexusModsOptionsValidator>().Bind(nexusModsSection);
services.AddValidatedOptions<NexusModsUsersOptions, NexusModsUsersOptionsValidator>().Bind(nexusModsUsersSection);

services.AddHttpClient(string.Empty).ConfigureHttpClient((_, client) =>
Expand Down

0 comments on commit 1b5249b

Please sign in to comment.