Commit 5fa6cb59 authored by 智勇's avatar 智勇

修改健康检查地址

parent ec791d79
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# 返回2xx, 就绪 # 返回2xx, 就绪
# 其他, 就绪 # 其他, 就绪
statusCode=`curl -I -o /dev/null -s -w %{http_code} http://localhost/teach/health/check` statusCode=`curl -I -o /dev/null -s -w %{http_code} http://localhost/tech/health/check`
echo "statusCode: ${statusCode}" echo "statusCode: ${statusCode}"
statusCodeFirst="${statusCode:0:1}" statusCodeFirst="${statusCode:0:1}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment