罗俊辉 1 vuosi sitten
vanhempi
commit
c73109623f
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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!'})