Przeglądaj źródła

修改 hello -> healthcheck

罗俊辉 1 rok temu
rodzic
commit
164580093c
1 zmienionych plików z 1 dodań i 1 usunięć
  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