fix(health-check): correct presi-backend health endpoint path

Use /api/v1/health instead of /api/health.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-27 15:05:04 +01:00
parent ac164c622c
commit 7252498f32

View file

@ -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 ""