mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-11 02:20:20 +08:00
7 lines
116 B
C#
7 lines
116 B
C#
namespace BuildingBlocks.HealthCheck;
|
|
|
|
public class HealthOptions
|
|
{
|
|
public bool Enabled { get; set; } = true;
|
|
}
|