Skip to content

Commit

Permalink
Action Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hutch79 committed Jul 3, 2024
1 parent 855b583 commit 34f297d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions API/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// Configure the HTTP request pipeline.
// if (app.Environment.IsDevelopment())
// {
app.UseSwagger();
app.UseSwaggerUI();
app.UseSwagger();
app.UseSwaggerUI();
// }

app.UseHttpsRedirection();
Expand All @@ -22,4 +22,4 @@

app.MapControllers();

app.Run();
app.Run();

0 comments on commit 34f297d

Please sign in to comment.