Skip to content

Commit 2bc7983

Browse files
authored
Added comment to address issue #48
1 parent 05c1fe7 commit 2bc7983

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)