From 7252498f32d3409e0a2319132d12175440415522 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:05:04 +0100 Subject: [PATCH] fix(health-check): correct presi-backend health endpoint path Use /api/v1/health instead of /api/health. Co-Authored-By: Claude Opus 4.5 --- scripts/mac-mini/health-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mac-mini/health-check.sh b/scripts/mac-mini/health-check.sh index 30929fbb0..65151f2a0 100755 --- a/scripts/mac-mini/health-check.sh +++ b/scripts/mac-mini/health-check.sh @@ -226,7 +226,7 @@ check_service "Storage Web" "http://localhost:5185/health" echo "" echo "Presi:" -check_service "Presi Backend" "http://localhost:3008/api/health" +check_service "Presi Backend" "http://localhost:3008/api/v1/health" check_service "Presi Web" "http://localhost:5178/health" echo ""