Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgyn committed Oct 4, 2024
1 parent c676fe9 commit 541b987
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ private async Task<Uri> GetSwaggerUri(SwaggerEndPointConfig endPoint, RouteOptio
{
builder.Scheme = conf?.Scheme ?? "http";
}
builder.Scheme = conf?.Scheme ?? "http";

if (endPoint.Service.Path.IsNullOrEmpty())
{
Expand Down

0 comments on commit 541b987

Please sign in to comment.