@@ -26,7 +26,6 @@ def hello():
info="请求接口成功",
port="healthcheck"
)
- time.sleep(30)
return jsonify({'message': 'Hello, World!'})