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