Skip to content

Commit 2ae0db6

Browse files
committed
test
1 parent ca9b2a5 commit 2ae0db6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DatabaseProjectAPI/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747

4848
var app = builder.Build();
4949

50-
if (app.Environment.IsDevelopment())
51-
{
50+
//if (app.Environment.IsDevelopment())
51+
//{
5252
app.UseSwagger();
5353
app.UseSwaggerUI();
54-
}
54+
//}
5555

5656
app.UseHttpsRedirection();
5757
app.UseAuthorization();

0 commit comments

Comments
 (0)