From 69c02fdb8a657b17c97d013c162dcbcaccd67e95 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 9 May 2024 19:06:02 +0200 Subject: [PATCH] typo --- WebDoorCreator.UI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebDoorCreator.UI/Program.cs b/WebDoorCreator.UI/Program.cs index 4e1e3fd..e9f75d7 100644 --- a/WebDoorCreator.UI/Program.cs +++ b/WebDoorCreator.UI/Program.cs @@ -195,7 +195,7 @@ app.MapHealthChecks("/health", new HealthCheckOptions Predicate = _ => true, ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse }); -// opzionalmente si puņ aggiungere richiesta AUTH +// opzionalmente si puo' aggiungere richiesta AUTH //.RequireAuthorization(); // nasconde tutti i dettagli