Skip to content

Commit

Permalink
update the Action to the Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nixhantb committed Feb 14, 2024
1 parent 9495f46 commit a6da005
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 627 deletions.
1 change: 1 addition & 0 deletions JobLeet.WebApi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
builder.Services.AddScoped<DbContext, BaseDBContext>();
builder.Services.AddScoped<IEmaiTypeRepository, EmailTypeRepository>();
builder.Services.AddSingleton<ILoggerManagerV1, LoggerManagerV1>();
builder.Services.AddScoped<ISkillRepository, SkillRepository>();
// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
builder.Services.AddEndpointsApiExplorer();
builder.Services.AddSwaggerGen();
Expand Down
Loading

0 comments on commit a6da005

Please sign in to comment.