This commit is contained in:
parent
d09af9aa3e
commit
ed5bafbfad
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue