refactoring(Gateway Health Indicator implementieren)

TODO-Roadmap.md
1.2 Health Check Verbesserungen
This commit is contained in:
stefan
2025-08-14 13:58:55 +02:00
parent eeda3b7ac2
commit 47a450ccb1
@@ -134,7 +134,7 @@ class GatewayHealthIndicator(
503 -> "DOWN"
else -> "ERROR"
}
} catch (exception: Exception) {
} catch (_: Exception) {
"ERROR"
}
}