mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 03:06:41 +02:00
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:
parent
ac164c622c
commit
7252498f32
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue