Merge pull request #818 from twerthi/main

Couple of updates
This commit is contained in:
Tarun Jain
2023-01-12 01:38:28 +05:30
committed by GitHub
3 changed files with 8 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ builder.Services.AddCors(options =>
builder.Services.AddControllers();
builder.Services.AddAutoMapper(typeof(MappingProfile).Assembly);
builder.Configuration.AddEnvironmentVariables();
builder.Services.AddEndpointsApiExplorer();
builder.Services.AddSwaggerGen(c =>