fix: healthz всегда 200, страница показывает реальный статус БД

This commit is contained in:
2026-05-29 22:33:40 +03:00
parent f9c1d5ac4c
commit 61685b687b
2 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
</head>
<body>
<h1><%= title %></h1>
<p>Сервис работает. БД подключена.</p>
<p>Сервис работает. БД: <strong><%= dbStatus %></strong></p>
</body>
</html>