refactoring(Gateway Health Indicator implementieren)
TODO-Roadmap.md 1.2 Health Check Verbesserungen
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ class GatewayHealthIndicator(
|
|||||||
503 -> "DOWN"
|
503 -> "DOWN"
|
||||||
else -> "ERROR"
|
else -> "ERROR"
|
||||||
}
|
}
|
||||||
} catch (exception: Exception) {
|
} catch (_: Exception) {
|
||||||
"ERROR"
|
"ERROR"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user