mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-17 11:19:15 +00:00
b5990: Fix missing slash.
This commit is contained in:
+1
-1
@@ -31,6 +31,6 @@ implements ReverseProxy<ShardingKey, MetricsT, ProcessT, RotatingFileBasedLog> {
|
||||
|
||||
@Override
|
||||
public String getTargetGroupHealthcheckPath() {
|
||||
return TARGET_GROUP_STATUS;
|
||||
return "/" + TARGET_GROUP_STATUS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user