Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rabdulatif committed Oct 4, 2024
1 parent fdcadaf commit 559b556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private string GetScheme(ServiceHostAndPort service, RouteOptions route, Service
{
443 => Uri.UriSchemeHttps,
80 => Uri.UriSchemeHttp,
_ => conf?.Scheme ?? "http",
_ => conf?.Scheme ?? "http"
};

public static string? ServiceProviderType { get; set; }
Expand Down

0 comments on commit 559b556

Please sign in to comment.