diff --git a/setup.sh b/setup.sh index 33661238..0389185a 100755 --- a/setup.sh +++ b/setup.sh @@ -229,6 +229,7 @@ echo "🔧 Core Services (8000-8009):" check_service "Coordinator API" "http://localhost:8000/health" check_service "Exchange API" "http://localhost:8001/api/health" check_service "Wallet API" "http://localhost:8003/health" +check_service "Marketplace API" "http://localhost:8021/health" # AI/Agent/GPU Services (8010-8019) echo "" @@ -247,7 +248,6 @@ check_service "Modality Optimization" "http://localhost:8004/health" check_service "Explorer" "http://localhost:8022/health" check_service "Multimodal Service" "http://localhost:8020/health" check_service "OpenClaw Service" "http://localhost:8007/health" -check_service "Marketplace API" "http://localhost:8021/health" # Check blockchain node and RPC echo ""