소스 검색

修改 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