HealthEndpointOptions.Pattern property

Gets or sets the relative route path the endpoint is exposed on. Defaults to /health.

public string Pattern { get; set; }

See Also