File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ This is a dashboard to show health check results of your favorite http web apps.
44
55![ image] ( https://user-images.githubusercontent.com/3396447/117486658-8747af80-af87-11eb-883f-da6f8a4532cf.png )
66
7- ## Docker image
8-
97This app has been hosted in
108[ docker hub] ( https://hub.docker.com/r/45862391/httphealthcheckdashboard ) in a
119container image.
@@ -51,8 +49,8 @@ inherits `BaseHealthCheck`
5149``` csharp
5250public class [ClassName]HealthCheck : BaseHealthCheck
5351{
54- public [ClassName ]HealthCheck (IEnumerable <ApiDetail > urlDetails , ICommonHealthCheck commonHealthCheck )
55- : base (urlDetails , commonHealthCheck )
52+ public [ClassName ]HealthCheck (IEnumerable <ApiDetail > urlDetails ,
53+ ICommonHealthCheck commonHealthCheck ) : base (urlDetails , commonHealthCheck )
5654 {
5755 }
5856}
You can’t perform that action at this time.
0 commit comments