Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Dec 11, 2024
1 parent c484386 commit db32be5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions EmployeePaycheck/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void Main(string[] args)
builder.Services.AddScoped<ValidateUserAndPaycheckIdService>();

builder.Services.Configure<CredentialSettings>(
builder.Configuration.GetSection("CredentialSettings"));
builder.Configuration.GetSection("CredentialSettings"));

builder.Services.AddHttpClient();
builder.Services.AddDistributedMemoryCache();
Expand All @@ -28,7 +28,6 @@ public static void Main(string[] args)
})
.AddCookie();

// Add services to the container.
builder.Services.AddRazorPages();

var app = builder.Build();
Expand Down

0 comments on commit db32be5

Please sign in to comment.