diff --git a/apps/blockchain-explorer/main.py b/apps/blockchain-explorer/main.py index c261ef5f..40675a69 100755 --- a/apps/blockchain-explorer/main.py +++ b/apps/blockchain-explorer/main.py @@ -1285,4 +1285,4 @@ async def health(): } if __name__ == "__main__": - uvicorn.run(app, host="0.0.0.0", port=8016) + uvicorn.run(app, host="0.0.0.0", port=8022) diff --git a/setup.sh b/setup.sh index cc4c3789..33661238 100755 --- a/setup.sh +++ b/setup.sh @@ -229,8 +229,6 @@ 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 "Modality Optimization" "http://localhost:8004/health" -check_service "Explorer" "http://localhost:8005/health" # AI/Agent/GPU Services (8010-8019) echo "" @@ -245,6 +243,8 @@ check_service "Web UI" "http://localhost:8016/health" # Other Services (8020-8029) echo "" echo "📊 Other Services (8020-8029):" +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"