瀏覽代碼

修改 hello -> healthcheck

罗俊辉 1 年之前
父節點
當前提交
164580093c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/routes.py

+ 1 - 1
applications/routes.py

@@ -8,7 +8,7 @@ from applications.functions import ParamProcess
 video_score_blueprint = Blueprint('light_gbm_score', __name__)
 
 
-@video_score_blueprint.route('/hello')
+@video_score_blueprint.route('/healthcheck')
 async def hello():
     """
     Hello World Test