Ver Fonte

修改 hello -> healthcheck

罗俊辉 há 1 ano atrás
pai
commit
164580093c
1 ficheiros alterados com 1 adições e 1 exclusões
  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 = Blueprint('light_gbm_score', __name__)
 
 
 
 
-@video_score_blueprint.route('/hello')
+@video_score_blueprint.route('/healthcheck')
 async def hello():
 async def hello():
     """
     """
     Hello World Test
     Hello World Test