This commit is contained in:
Sebastian Göls
2025-02-04 09:08:24 +01:00
committed by GitHub
parent 4c88e098c6
commit c71fe556a3

View File

@@ -404,7 +404,7 @@ internal static class ArchiKestrel {
);
}
// Add support for optional healtchecks
// Add support for optional health-checks
services.AddHealthChecks();
// Add support for additional services provided by plugins