This commit is contained in:
hailin 2025-11-24 03:46:12 -08:00
parent d09af9aa3e
commit ed5bafbfad
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ check_service "Kafka" "nc -zv localhost 9092" "启动 Kafka (需要手动启动)
# 检查应用服务
echo -e "${YELLOW}=== 应用服务 ===${NC}"
check_service "Identity Service" "curl -f http://localhost:3000/health" "npm run start:dev"
check_service "Identity Service" "curl -f http://localhost:3000/api/v1/health" "npm run start:dev"
# 检查 Swagger 文档
echo -e "${YELLOW}=== API 文档 ===${NC}"