Skip to content

Commit e033565

Browse files
authored
Merge pull request #60 from ChangemakerStudios/HealthCheckUrl
Looks good.
2 parents a0762c4 + 2bc7983 commit e033565

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/Domain/Settings/GotenbergSharpClientOptions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ public class GotenbergSharpClientOptions
2121

2222
public Uri ServiceUrl { get; set; } = new Uri("http://localhost:3000");
2323

24+
/// <summary>
25+
/// Convenience property for specifying a health check URL.
26+
/// Note: This property is not currently used by the library.
27+
/// </summary>
2428
public Uri HealthCheckUrl { get; set; } = new Uri("http://localhost:3000/health");
2529

2630
public RetryOptions RetryPolicy { get; set; } = new RetryOptions();

0 commit comments

Comments
 (0)