Skip to content

Commit

Permalink
swagger not available for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloDiazSSA committed Nov 23, 2023
1 parent 18bdde6 commit 0d358a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())
{
}
app.UseSwagger();
app.UseSwaggerUI();
}


app.UseHttpsRedirection();
Expand Down

0 comments on commit 0d358a2

Please sign in to comment.