diff --git a/src/main/java/com/olympus/hermione/config/ChromaWarmupService.java b/src/main/java/com/olympus/hermione/config/ChromaWarmupService.java index bc2ff57..c0f9812 100644 --- a/src/main/java/com/olympus/hermione/config/ChromaWarmupService.java +++ b/src/main/java/com/olympus/hermione/config/ChromaWarmupService.java @@ -56,7 +56,7 @@ public class ChromaWarmupService { } private void performWarmup() { - String healthUrl = chromaHost + ":" + chromaPort + "/api/v1/heartbeat"; + String healthUrl = chromaHost + ":" + chromaPort + "/api/v2/heartbeat"; try { long startTime = System.currentTimeMillis();