فهرست منبع

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