Skip to content

Commit

Permalink
Update Src/VTEX/Startup.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 8, 2024
1 parent ae311a9 commit 66d471e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Src/VTEX/Startup.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
public class Startup
{
public void ConfigureServices(IServiceCollection services)
{
services.AddHttpClient();
services.AddScoped<IVtexHealthClient, VtexHealthClient>();
services.AddScoped<VTEXWrapper>();
}

}

Check notice on line 10 in Src/VTEX/Startup.cs

View check run for this annotation

codefactor.io / CodeFactor

Src/VTEX/Startup.cs#L10

A closing brace should not be preceded by a blank line. (SA1508)

0 comments on commit 66d471e

Please sign in to comment.