diff --git a/IoTSharp/ClientAppVue b/IoTSharp/ClientAppVue index 948db4017914557f3cfedd07b2f18b593d536537..96bf80838244c32162fb79ca5cbc585bb24a4ff1 160000 --- a/IoTSharp/ClientAppVue +++ b/IoTSharp/ClientAppVue @@ -1 +1 @@ -Subproject commit 948db4017914557f3cfedd07b2f18b593d536537 +Subproject commit 96bf80838244c32162fb79ca5cbc585bb24a4ff1 diff --git a/IoTSharp/Startup.cs b/IoTSharp/Startup.cs index 6c65d7fc00579c7142f6c8b9e9f4406decc0294b..96642694d2093af6cb24d74a628c5231119275f6 100644 --- a/IoTSharp/Startup.cs +++ b/IoTSharp/Startup.cs @@ -358,10 +358,7 @@ namespace IoTSharp Predicate = _ => true, ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse }); - endpoints.MapHealthChecksUI(opt=> - { - - }); + endpoints.MapHealthChecksUI(); endpoints.MapDefaultControllerRoute(); endpoints.MapRazorPages(); });