罗俊辉 1 year ago
parent
commit
c73109623f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      applications/routes.py

+ 0 - 1
applications/routes.py

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