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 5deedcf commit cfc2f66
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 @@ -118,6 +118,7 @@ public void ConfigureServices(IServiceCollection services)
services.AddValidatedOptions<SteamAPIOptions, SteamAPIOptionsValidator>().Bind(steamAPISection);
services.AddValidatedOptions<SteamDepotDownloaderOptions, SteamDepotDownloaderOptionsValidator>().Bind(depotDownloaderSection);

return;
services.AddHttpClient(string.Empty).ConfigureHttpClient((_, client) =>
{
client.DefaultRequestHeaders.Add("User-Agent", userAgent);
Expand Down Expand Up @@ -186,7 +187,6 @@ public void ConfigureServices(IServiceCollection services)
client.BaseAddress = new Uri("https://embed.gog.com/");
client.DefaultRequestHeaders.Add("User-Agent", userAgent);
}).AddPolicyHandler(GetRetryPolicy());
return;

Log.Warning("Test4");
services.AddQuartzHostedService(options =>
Expand Down

0 comments on commit cfc2f66

Please sign in to comment.