Skip to content

Commit 33f429a

Browse files
authored
Merge pull request #2 from RomFAN/first_deploy
env check removed
2 parents b51f1ca + 7bb01fd commit 33f429a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Program.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@
88
var app = builder.Build();
99

1010
// Configure the HTTP request pipeline.
11-
if (app.Environment.IsDevelopment())
12-
{
1311
app.UseSwagger();
1412
app.UseSwaggerUI();
15-
}
16-
1713
app.UseHttpsRedirection();
1814

1915
var summaries = new[]

0 commit comments

Comments
 (0)